summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-04-10 17:20:09 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-04-10 17:20:09 +0200
commita15a46e03854da675f151787ccf955afa4ed9e15 (patch)
treea294faa3a2b9f317ab59fe2626e212c18ce236e4
parentwebsite: Use blue underline for unvisited links. (diff)
website: Use dark blue from palette as text "black".
-rw-r--r--static/css/main.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index e95ba02..f8c84a2 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -42,6 +42,7 @@
42 42
43body,html { 43body,html {
44 background-color: #fff; 44 background-color: #fff;
45 color: #073b4c;
45 width: 100%; 46 width: 100%;
46 height: 100%; 47 height: 100%;
47 line-height: 1.6em; 48 line-height: 1.6em;