Update theme usage
This commit is contained in:
parent
d9d95402c3
commit
326cc144ab
4 changed files with 7 additions and 21 deletions
|
|
@ -291,7 +291,6 @@ Still alive.</p>
|
|||
|
||||
<style>
|
||||
* {
|
||||
color: white !important;
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
}
|
||||
|
||||
li a:hover {
|
||||
border-bottom: 2px solid white;
|
||||
border-bottom: 2px solid var(--link-color-hover);
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue