Preparing for dark/light mode specific code highlighting
This commit is contained in:
+3
-3
@@ -1,4 +1,5 @@
|
||||
@import url("pygment.css");
|
||||
@import url("pygments.css");
|
||||
@import url("pygments-dark.css") (prefers-color-theme: dark);
|
||||
|
||||
@font-face {
|
||||
font-family: 'Latin Modern';
|
||||
@@ -333,7 +334,7 @@ footer.post-info {
|
||||
.entry-content td:empty~td:empty {
|
||||
border-left: 1px double var(--table-border-color);
|
||||
}
|
||||
|
||||
|
||||
|
||||
.entry-content thead th {
|
||||
border-bottom: 2px solid var(--table-head-border-color);
|
||||
@@ -420,4 +421,3 @@ footer.post-info {
|
||||
.footnotes {
|
||||
border-top: 1px solid hsl(0, 0%, 39%);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user