summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-12-27 22:15:55 +0000
committerPaul Buetow <paul@buetow.org>2021-12-27 22:15:55 +0000
commitbea85c18094b4f7dac869d1d7adfb2430fe7ddad (patch)
tree4ac87d5a64df92654223eb345adab86c8f08998b /style.css
parent419db0991c46b889dfee17380919eb1ded7f896e (diff)
new style
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/style.css b/style.css
index 1587371..15867b5 100644
--- a/style.css
+++ b/style.css
@@ -4,22 +4,22 @@ body {
padding-right: 10px;
max-width: 900px;
background-color: #37585E;
- color: #bbbfaf;
+ color: #ddddce;
font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
font-style: normal;
font-variant: normal;
}
h1 {
- color: #ffffef;
+ color: #ffffff;
}
h2 {
- color: #eeeede;
+ color: #ffffef;
}
h3 {
- color: #ddddce;
+ color: #eeeede;
}
a {