Archived
1
0

add id='current_theme' to fix board list css themes not applying

This commit is contained in:
Jeff Becker 2016-06-16 16:18:59 -04:00
parent 42c70990a0
commit a52fe21743

View File

@ -9,7 +9,7 @@
<html>
<head>
<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>
</head>
<body>