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 | |
| parent | a72efbbb068341f022bdad232d8c9502b832750b (diff) | |
Update master to https://gnufault.org
Diffstat (limited to 'css')
| -rwxr-xr-x | css/desktop/button.css | 3 | ||||
| -rwxr-xr-x | css/desktop/header.css | 9 |
2 files changed, 7 insertions, 5 deletions
diff --git a/css/desktop/button.css b/css/desktop/button.css index 9164f93..c5f96e5 100755 --- a/css/desktop/button.css +++ b/css/desktop/button.css @@ -17,7 +17,8 @@ */ .button { - background-color: #ffffff; + background-color: white; + color: black; border: 1px solid #98A5B0; border-radius: 3px; padding: 1px 3px 1px 3px; 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; -} |
