From 1177a625e825766c7727b254bc72718fd88e8145 Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Sun, 20 Sep 2026 18:18:11 +0000 Subject: Update master to https://gnufault.org --- css/desktop/button.css | 3 ++- css/desktop/header.css | 9 +++++---- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'css/desktop') 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; -} -- cgit v1.2.3