Skip to content

Commit 2acd1cb

Browse files
Venefilynmvollmer
authored andcommitted
css: Inherit color for variablelist
We had components that got colors from components or something else than our own code. This changes table, variablelist and others to inherit the color from what we set higher up. Should fix dark mode issues Fixes: #810 Signed-off-by: Freya Gustavsson <[email protected]>
1 parent 6db929e commit 2acd1cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/site/guide.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ html.cockpit-guide {
3535
div.part,
3636
div.variablelist table,
3737
pre.programlisting {
38+
color: inherit;
3839
font-size: inherit;
3940
line-height: inherit;
4041
}
@@ -113,7 +114,7 @@ html.cockpit-guide {
113114
}
114115

115116
@extend %link;
116-
117+
117118
a {
118119
align-items: center;
119120
height: 100%;

0 commit comments

Comments
 (0)