Browse Source

Change highlight text colour on dark theme

Fix #6215
pull/6218/head
Rapptz 4 years ago
parent
commit
ef67b56fc6
  1. 2
      docs/_static/style.css

2
docs/_static/style.css

@ -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"] {

Loading…
Cancel
Save