summaryrefslogtreecommitdiff
path: root/css/desktop
diff options
context:
space:
mode:
authorConnor Thomson <connor@mail.gnufault.org>2026-09-20 18:18:11 +0000
committerConnor Thomson <connor@mail.gnufault.org>2026-09-20 18:18:11 +0000
commit1177a625e825766c7727b254bc72718fd88e8145 (patch)
tree5bb4a746d1e7510e755173ce0ad446ed69c52f9e /css/desktop
parenta72efbbb068341f022bdad232d8c9502b832750b (diff)
Update master to https://gnufault.org
Diffstat (limited to 'css/desktop')
-rwxr-xr-xcss/desktop/button.css3
-rwxr-xr-xcss/desktop/header.css9
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;
-}