mirror of
https://github.com/getrebuild/rebuild.git
synced 2024-11-10 17:04:33 +08:00
better theme
This commit is contained in:
parent
038dae951b
commit
e97e5e6590
3 changed files with 3 additions and 3 deletions
2
@rbv
2
@rbv
|
@ -1 +1 @@
|
|||
Subproject commit b07bf3589d754cb700a7bc58fd5ec83377e6cbcd
|
||||
Subproject commit 745b97818760b24943c9c068a986a0d34beabce6
|
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue