diff options
| author | Yuval Adam <_@yuv.al> | 2022-09-02 10:07:17 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-09-02 10:07:17 +0300 |
| commit | 817b248cd329dd39015f3a9c0b944d889ed7dbb6 (patch) | |
| tree | ffc53c01e0b36e28962c314ca7bcc174fe9dd6f5 /src/Geshem.css | |
| parent | 9d0737a9c83470b9688e1bb8e79aa05b28ebbcac (diff) | |
Cleaner hamburger menu
Diffstat (limited to 'src/Geshem.css')
| -rw-r--r-- | src/Geshem.css | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/src/Geshem.css b/src/Geshem.css index e14e971..f787338 100644 --- a/src/Geshem.css +++ b/src/Geshem.css @@ -12,23 +12,26 @@ right: 20px; height: 4em; width: 4em; - line-height: 4em; text-align: center; - background-color: rgba(20, 30, 10, 0.8); + background-color: #3498db; + border-radius: 5px; } #bars { display: flex; flex-direction: column; align-items: center; - gap: 10px; - padding: 10px; + justify-content: center; + padding: 0em 0.6em; + height: 4em; + gap: 0.5em; } .bar { - height: 0.2em; + height: 0.4rem; width: 80%; - background-color: lightgray; + border-radius: 10px; + background-color: white; } #about { @@ -41,7 +44,7 @@ } #menu:hover { - background-color: rgba(0, 120, 0, 1); + background-color: #118bdc; } #date { @@ -65,4 +68,4 @@ margin-left: 8vw; z-index: 10; } -} +}
\ No newline at end of file |
