summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-03-23 22:10:53 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-03-23 22:10:53 +0100
commit237b6d5cd5bd289982a2588607556ef1a1874acf (patch)
treef6b6fc18765f0260fe46ffca25d2a05093911fab
parent42b491521e59ee5d9ffe90e27ebd8d02a9b6d02e (diff)
downloadwebsite-237b6d5cd5bd289982a2588607556ef1a1874acf.tar.xz
style: Make headers #111
-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;