add id='current_theme' to fix board list css themes not applying
This commit is contained in:
parent
42c70990a0
commit
a52fe21743
@ -9,7 +9,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="{{prefix}}static/site.css"></link>
|
<link rel="stylesheet" href="{{prefix}}static/site.css"></link>
|
||||||
<link rel="stylesheet" href="{{prefix}}static/user.css"></link>
|
<link id="current_theme" rel="stylesheet" href="{{prefix}}static/user.css"></link>
|
||||||
<title> {{frontend}} {{#i18n.Translations}}{{board_list_title}}{{/i18n.Translations}} </title>
|
<title> {{frontend}} {{#i18n.Translations}}{{board_list_title}}{{/i18n.Translations}} </title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Reference in New Issue
Block a user