diff options
| author | Connor Thomson <connor@mail.gnufault.org> | 2026-09-20 18:18:11 +0000 |
|---|---|---|
| committer | Connor Thomson <connor@mail.gnufault.org> | 2026-09-20 18:18:11 +0000 |
| commit | 1177a625e825766c7727b254bc72718fd88e8145 (patch) | |
| tree | 5bb4a746d1e7510e755173ce0ad446ed69c52f9e /css/desktop/header.css | |
| parent | a72efbbb068341f022bdad232d8c9502b832750b (diff) | |
Update master to https://gnufault.org
Diffstat (limited to 'css/desktop/header.css')
| -rwxr-xr-x | css/desktop/header.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/css/desktop/header.css b/css/desktop/header.css index 7b72c7c..bdd5128 100755 --- a/css/desktop/header.css +++ b/css/desktop/header.css @@ -23,6 +23,11 @@ border-radius: 9px 9px 0 0; } +.header a { + text-decoration: none; + color: white; +} + .header .banner { height: 80px; position: relative; @@ -38,7 +43,3 @@ top: 50%; transform: translateY(-50%); } - -.header .banner a { - text-decoration: none; -} |
