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 960df12 commit 341d954Copy full SHA for 341d954
djangoproject/scss/_dark-pygments.scss
@@ -1,6 +1,6 @@
1
// CSS from pygments github dark theme
2
@media (prefers-color-scheme: dark) {
3
- :root {
+ :root:not([data-theme="light"]) {
4
.highlight {
5
td.linenos .normal {
6
color: #6e7681;
0 commit comments