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

ca red color fix

This commit is contained in:
GilbN 2021-10-04 23:05:58 +02:00
parent 817c076b5e
commit a8b5d74f2f

View File

@ -535,6 +535,10 @@ li.caMenuItem:hover {
color: var(--link-color-hover);
}
.ca_red {
color: #e22828 !important;
}
/* CA search input */
#searchButton:hover {
color: rgb(var(--accent-color));