aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-02-17 07:37:49 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-02-17 07:37:49 +0100
commit5b69df21d033c2454b9c93ea520b0fcb5c128e1c (patch)
tree6ec7956e21a7a1bfc19df073f44353cde6fa0f12 /assets
parent525ef61eca5f36f6a6993fe9ec238efbdefb386e (diff)
Move style out of template
Diffstat (limited to 'assets')
-rw-r--r--assets/static/style.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/assets/static/style.css b/assets/static/style.css
new file mode 100644
index 0000000..3b3f2c8
--- /dev/null
+++ b/assets/static/style.css
@@ -0,0 +1,23 @@
+body {
+ font-family: 'Abel', sans-serif;
+ margin: 5% 10%;
+}
+h1, h4 {
+ font-family: 'Raleway', sans-serif;
+}
+h1 {
+ color: #F50;
+}
+pre {
+ font-family: 'Anonymous Pro', monospace;
+}
+a {
+ color: #05A;
+ text-decoration: none;
+}
+nav {
+ float: right;
+}
+nav a {
+ padding: 1ex;
+}