diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-19 19:32:24 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-19 19:32:24 -0700 |
| commit | 215aac15f443b6a924670a6a8a81da37b982d7f9 (patch) | |
| tree | be87c0bff31946b4a70269b09cdf6be6328ce136 /css | |
| parent | 3873cad7baf5d2f63b4399b7bfb0ec4d7d66adb9 (diff) | |
Add stuff to the navbar
Diffstat (limited to 'css')
| -rwxr-xr-x | css/desktop/header.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/css/desktop/header.css b/css/desktop/header.css index ad7afb8..0364bfa 100755 --- a/css/desktop/header.css +++ b/css/desktop/header.css @@ -50,4 +50,14 @@ display: flex; align-items: center; border-bottom: 1px solid #98A5B0; + justify-content: space-between; +} + +.header .navbar a { + text-decoration: none; + color: black; +} + +.header .navbar a:hover { + text-decoration: underline; } |
