This commit is contained in:
McShelby 2022-04-11 20:29:11 +00:00
parent 0c385e14c0
commit 1080141ad6
312 changed files with 6196 additions and 6170 deletions

View file

@ -47,3 +47,14 @@
--BOX-BG-color: rgba( 255, 255, 255, .833 ); /* color of the content background */
--BOX-TEXT-color: rgba( 16, 16, 16, 1 ); /* fixed color of the content text */
}
body a#logo,
body #logo svg,
body #logo svg * {
color: var(--INTERNAL-MENU-SEARCH-color);
fill: var(--INTERNAL-MENU-SEARCH-color) !important;
}
body a#logo:hover {
color: var(--INTERNAL-MENU-SEARCH-color);
}