0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-20 09:42:41 +00:00

Fix from 5E-Cleric

This commit is contained in:
G.Ambatte
2023-09-14 08:19:25 +12:00
parent a306030635
commit 216de73c93

View File

@@ -23,6 +23,10 @@ nav {
nav .navItem { nav .navItem {
background-color: #293134; background-color: #293134;
} }
/* Fix for Homebrewery custom Snippet icons */
.snippetBar .fac {
filter: invert(1);
}
.snippetBar .snippetGroup .dropdown { .snippetBar .snippetGroup .dropdown {
background-color: #2F393C; background-color: #2F393C;
} }