File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ title = 'Pascal - Readable, Reliable Programming'
77
88[markup ]
99 [markup .highlight ]
10- style = ' github '
10+ style = ' monokai '
1111 lineNos = true
1212 tabWidth = 2
1313 codeFences = true
Original file line number Diff line number Diff line change @@ -66,14 +66,6 @@ body {
6666 transition : var (--transition );
6767}
6868
69- /* Dark theme adjustments for syntax highlighting */
70- [data-theme = "dark" ] .chroma { background-color : var (--code-bg ) !important ; color : var (--text-primary ) !important ; }
71- [data-theme = "dark" ] .highlight { background-color : var (--code-bg ) !important ; }
72- [data-theme = "dark" ] .highlight > div { background-color : var (--code-bg ) !important ; }
73- [data-theme = "dark" ] .highlight pre { background-color : var (--code-bg ) !important ; color : var (--text-primary ) !important ; }
74- [data-theme = "dark" ] .chroma .lntable { background-color : var (--code-bg ) !important ; }
75- [data-theme = "dark" ] .chroma .lntd { background-color : var (--code-bg ) !important ; }
76-
7769/* Container */
7870.container {
7971 max-width : var (--container-max-width );
You can’t perform that action at this time.
0 commit comments