aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-02-16 21:52:24 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-02-16 21:52:24 +0100
commit2d98f832f026955826a29a179ccf96cd8d6343a9 (patch)
treefadd9755b6e82074d43356978910520d9f844a00
parenta6179297fa8960abf156dfecdb546541ec1bfdcd (diff)
Tweak css
-rw-r--r--tmpl/doc2
-rw-r--r--tmpl/root4
2 files changed, 4 insertions, 2 deletions
diff --git a/tmpl/doc b/tmpl/doc
index bafa4ee..b6b84aa 100644
--- a/tmpl/doc
+++ b/tmpl/doc
@@ -1,5 +1,5 @@
{{define "heading"}}
- <h2>{{.}}</h2>
+ <h4>{{.}}</h4>
{{end}}
{{define "link"}}
diff --git a/tmpl/root b/tmpl/root
index f8dc030..04b60da 100644
--- a/tmpl/root
+++ b/tmpl/root
@@ -11,8 +11,10 @@
font-family: 'Abel', sans-serif;
margin: 5% 10%;
}
- h1 {
+ h1, h4 {
font-family: 'Raleway', sans-serif;
+ }
+ h1 {
color: #F50;
}
pre {