Skip to content

Commit 6339247

Browse files
authored
Merge pull request #699 from themepark-dev/697-unraid-navbar-links-too-dark-using-dracula-theme
#697: Unraid: Fix header text color
2 parents b043f79 + 7c02eb4 commit 6339247

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/base/unraid/unraid-base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
@import url("/css/defaults/placeholders.css");
1414
@import url("/css/defaults/transparent.css");
1515

16+
:root {
17+
--inverse-text-color: var(--text);
18+
}
19+
1620
* {
1721
outline: none;
1822
}

0 commit comments

Comments
 (0)