1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

tau button fix

This commit is contained in:
GilbN 2021-10-26 23:22:24 +02:00
parent f20f375966
commit 4e2f95dad0

View File

@ -121,6 +121,7 @@ a.no-highlight:hover,
#search_form #search_button.btn-inactive {
background-color: #0000;
color: var(--text);
}
.nav>li.active>a,
@ -220,6 +221,7 @@ select,
.btn-dark {
background-color: var(--button-color);
border-color: var(--button-color);
color: var(--button-text);
}
.btn-dark:hover {