We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ced2e commit dd621b2Copy full SHA for dd621b2
theming/theme-dark.scss
@@ -85,6 +85,9 @@ a, pre code {
85
color: $links !important;
86
}
87
88
+pre {
89
+ color: $foreground !important;
90
+}
91
a:hover {
92
color: $links-hover !important;
93
@@ -119,6 +122,9 @@ p {
119
122
color: #6c757d !important;
120
123
121
124
125
+.ansi-bright-black-fg{
126
127
128
::selection {
129
color: $links-hover;
130
background: $background-nav;
0 commit comments