Preparing for dark/light mode specific code highlighting

This commit is contained in:
hmk
2022-09-23 17:42:41 +02:00
parent c0adb69632
commit 139baea987
3 changed files with 72 additions and 3 deletions
+3 -3
View File
@@ -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%);
}