Skip to content

Commit dd621b2

Browse files
authored
fixed some minor dark-theme errors (#602)
1 parent 85ced2e commit dd621b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

theming/theme-dark.scss

+6
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ a, pre code {
8585
color: $links !important;
8686
}
8787

88+
pre {
89+
color: $foreground !important;
90+
}
8891
a:hover {
8992
color: $links-hover !important;
9093
}
@@ -119,6 +122,9 @@ p {
119122
color: #6c757d !important;
120123
}
121124

125+
.ansi-bright-black-fg{
126+
color: $foreground !important;
127+
}
122128
::selection {
123129
color: $links-hover;
124130
background: $background-nav;

0 commit comments

Comments
 (0)