aboutsummaryrefslogtreecommitdiff
path: root/tmpl/root
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/root')
-rw-r--r--tmpl/root35
1 files changed, 5 insertions, 30 deletions
diff --git a/tmpl/root b/tmpl/root
index 250f751..0cfa22c 100644
--- a/tmpl/root
+++ b/tmpl/root
@@ -3,36 +3,11 @@
<html>
<head>
<title>{{template "title" .}}</title>
- <link href='http://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
-
- <style>
- 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;
- }
- </style>
+ <link rel='stylesheet' type='text/css' href='http://fonts.googleapis.com/css?family=Abel'>
+ <link rel='stylesheet' type='text/css' href='http://fonts.googleapis.com/css?family=Raleway'>
+ <link rel='stylesheet' type='text/css' href='http://fonts.googleapis.com/css?family=Anonymous+Pro'>
+ <link rel='stylesheet' type='text/css' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css'>
+ <link rel='stylesheet' type='text/css' href='/static/style.css'>
</head>
<body>
<section>