Skip to content

Commit 341d954

Browse files
laymonagebmispelon
authored andcommitted
Fixed incorrect syntax highlighting theme in explicit light mode with dark mode system preference.
1 parent 960df12 commit 341d954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangoproject/scss/_dark-pygments.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// CSS from pygments github dark theme
22
@media (prefers-color-scheme: dark) {
3-
:root {
3+
:root:not([data-theme="light"]) {
44
.highlight {
55
td.linenos .normal {
66
color: #6e7681;

0 commit comments

Comments
 (0)