aboutsummaryrefslogtreecommitdiff
path: root/templates/header.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/header.tmpl')
-rw-r--r--templates/header.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.tmpl b/templates/header.tmpl
index e6e7f0d..2889ead 100644
--- a/templates/header.tmpl
+++ b/templates/header.tmpl
@@ -8,7 +8,7 @@
<meta name="csrf_token" content="{{.CSRFToken}}">
{{end}}
<title>{{if gt .NotificationCount 0}}({{.NotificationCount}}) {{end}}{{.Title}}</title>
- <link rel="stylesheet" href="/static/main.css">
+ <link rel="stylesheet" href="/static/style.css">
{{if .CustomCSS}}
<link rel="stylesheet" href="{{.CustomCSS}}">
{{end}}