aboutsummaryrefslogtreecommitdiff
path: root/app/templates/base.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-05-09 18:35:36 +0100
committerrubenwardy <rw@rubenwardy.com>2018-05-09 18:35:36 +0100
commit1b0dfb2acc9b2f971cf1e2102e6d4faefbc389f4 (patch)
tree24e37cad8d66abfcb2011288af3fc3e89d63309a /app/templates/base.html
parent552e35f6aaa4bbbb680aa8fae89fd0904dd5f5f4 (diff)
downloadcheatdb-1b0dfb2acc9b2f971cf1e2102e6d4faefbc389f4.tar.xz
Add scss, improve homepage
Diffstat (limited to 'app/templates/base.html')
-rw-r--r--app/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/base.html b/app/templates/base.html
index f4baef4..07131de 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}title{% endblock %} - {{ config.USER_APP_NAME }}</title>
- <link rel="stylesheet" type="text/css" href="/static/style.css">
+ <link rel="stylesheet" type="text/css" href="/static/main.css">
</head>
<body>