diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 09:23:42 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 09:23:42 -0700 |
| commit | a72efbbb068341f022bdad232d8c9502b832750b (patch) | |
| tree | 9f7ccd5678d945a074fad4a4fecc159fc16bc83e /css | |
| parent | cf5dd6581e75a5947606e8f3ab2233e8b6978394 (diff) | |
Update
Diffstat (limited to 'css')
| -rwxr-xr-x | css/desktop/navbar.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/css/desktop/navbar.css b/css/desktop/navbar.css index a94d539..62f174c 100755 --- a/css/desktop/navbar.css +++ b/css/desktop/navbar.css @@ -23,5 +23,15 @@ display: flex; align-items: center; border-bottom: 1px solid #98A5B0; - gap: 5px; + justify-content: space-between; +} + +.header .navbar a { + text-decoration: none; + color: black; + margin: 3px; +} + +.header .navbar a:hover { + text-decoration: underline; } |
