commit f801e4d5cdacf8776d29a2d700f4bee94e19d43d
parent 86cc6ebf72e44f77f55c0ed1c11b333520c26434
Author: Chris Bracken <chris@bracken.jp>
Date: Mon, 8 Jul 2019 13:49:41 +0900
Set link colour to #0044dd
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/static/css/site.css b/static/css/site.css
@@ -8,7 +8,10 @@ body {
padding: 0 10px
}
pre,code { font-size: 14px; line-height: 1.0; }
-a { text-decoration: none; }
+a {
+ color: #0044dd;
+ text-decoration: none;
+}
h1,h2,h3 { line-height: 1.2; }
h1 > a { color: #333; }
h2 > a { color: #333; }