syntax highlighting

This commit is contained in:
2026-06-01 15:20:30 +01:00
parent 9aff454ec2
commit 63ca617895
3 changed files with 24 additions and 2 deletions
+6 -2
View File
@@ -30,7 +30,6 @@ a {
border: none;
border-radius: 0px;
font-size: 14px;
}
}
a:hover {
text-decoration: underline;
@@ -56,7 +55,9 @@ a:hover {
.comment:nth-child(even) {
background: #1E1E1E;
}
.named-fence-filename {
border: 1px white solid;
}
}
@media (prefers-color-scheme: light) {
@@ -70,4 +71,7 @@ a:hover {
.comment:nth-child(even) {
background: #EEEEEE;
}
.named-fence-filename {
border: 1px black solid;
}
}