commit 8ddd58a0e7dfef5b4c04068373b41c624c6e6129
parent 13a7a5f57aa192f6c60187f5f4a8ebb6f935e141
Author: Wim Dupont <wim@wimdupont.com>
Date: Fri, 13 Dec 2024 12:25:52 +0100
adjust color contrast
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/main.css b/main.css
@@ -1,6 +1,6 @@
body {
background: #000;
- color: #e8e8e8;
+ color: #bdbdbd;
font-family: sans-serif;
max-width: 960px;
margin: 0 auto;
@@ -55,7 +55,7 @@ a:hover {
}
.subheader {
- color: #bdbdbd;
+ color: #00cdcd;
text-align: center;
padding-bottom: 0.4em;
}