Skip to content

Commit 0adbc32

Browse files
humble-barnacle001Trott
authored andcommitted
Fix contrast issue
1 parent 7ce1f4a commit 0adbc32

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

layouts/css/layout/_dark-theme.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
color: $white;
99
}
1010

11+
*{
12+
code {
13+
background-color: $dark-code-background;
14+
}
15+
}
16+
1117
#main {
1218
background-color: $dark-black;
1319
p,
@@ -130,7 +136,6 @@
130136
}
131137
code {
132138
background-color: $dark-code-background;
133-
color: $light-gray;
134139
}
135140
}
136141
}

0 commit comments

Comments
 (0)