syntax highlighting
This commit is contained in:
+6
-2
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user