Fix CSS theme ordering
This commit is contained in:
parent
953d4125f6
commit
c05b6a498e
|
@ -8,7 +8,6 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="/static/css/bulma.min.css?build={{.BuildHash}}">
|
||||
<link rel="stylesheet" href="/static/css/theme.css?build={{.BuildHash}}">
|
||||
<!-- Bulma theme CSS -->
|
||||
{{- if eq .WebsiteTheme "light" -}}
|
||||
<link rel="stylesheet" type="text/css" href="/static/css/bulma-no-dark-mode.min.css?build={{.BuildHash}}">
|
||||
|
@ -18,6 +17,8 @@
|
|||
<link rel="stylesheet" type="text/css" href="/static/css/nonshy-prefers-dark.css?build={{.BuildHash}}">
|
||||
{{- end -}}
|
||||
|
||||
<link rel="stylesheet" href="/static/css/theme.css?build={{.BuildHash}}">
|
||||
|
||||
<!-- User theme hue -->
|
||||
{{- if and .LoggedIn (.CurrentUser.GetProfileField "website-theme-hue") }}
|
||||
{{- $WebsiteThemeHue := .CurrentUser.GetProfileField "website-theme-hue" }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user