Change highlight text colour on dark theme

Fix #6215
This commit is contained in:
Rapptz 2020-12-26 20:44:11 -05:00
parent 5d75a0e7d6
commit ef67b56fc6

View File

@ -164,7 +164,7 @@ Historically however, thanks to:
--attribute-table-entry-hover-background: var(--grey-6);
--attribute-table-entry-hover-text: var(--blue-1);
--attribute-table-badge: var(--grey-4);
--highlighted-text: rgba(252, 233, 103, 0.4);
--highlighted-text: rgba(250, 166, 26, 0.2);
}
img[src$="snake_dark.svg"] {