summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 919c63d..55f7d45 100644
--- a/src/style.css
+++ b/src/style.css
@@ -18,6 +18,10 @@ body {
-ms-hyphens: auto; hyphens: auto;
}
+h1, h2, h3 {
+ color: #111;
+}
+
a, a:visited {
text-decoration: none;
color: #32609C;