Skip to content

Commit 7c02eb4

Browse files
committed
#697: Unraid: Fix header text color
1 parent b043f79 commit 7c02eb4

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)