better theme

This commit is contained in:
devezhao 2021-01-09 14:29:18 +08:00
parent 038dae951b
commit e97e5e6590
3 changed files with 3 additions and 3 deletions

2
@rbv

@ -1 +1 @@
Subproject commit b07bf3589d754cb700a7bc58fd5ec83377e6cbcd
Subproject commit 745b97818760b24943c9c068a986a0d34beabce6

View file

@ -36,9 +36,9 @@
<ul class="list-inline list-unstyled mt-1">
<li><a th:title="${bundle.L('ThemeDefault')}" class="theme-default" data-theme="default"></a></li>
<li><a th:title="${bundle.L('ThemeDark')}" class="theme-dark" data-theme="dark"></a></li>
<li><a th:title="${bundle.L('ThemeBlue')}" class="theme-blue" data-theme="blue"></a></li>
<li><a th:title="${bundle.L('ThemeRed')}" class="theme-red" data-theme="red"></a></li>
<li><a th:title="${bundle.L('ThemeGreen')}" class="theme-green" data-theme="green"></a></li>
<li><a th:title="${bundle.L('ThemeBlue')}" class="theme-blue" data-theme="blue"></a></li>
<li><a th:title="${bundle.L('ThemePurple')}" class="theme-purple" data-theme="purple"></a></li>
<li><a th:title="${bundle.L('ThemeRandom')}" class="theme-random" data-theme="_"></a></li>
</ul>

View file

@ -3753,7 +3753,7 @@ a.select-lang:hover {
}
.use-theme ul li a.theme-blue {
background-color: #278ee6 !important;
background-color: #4285f4 !important;
}
.use-theme ul li a.theme-green {