Add wiki
This commit is contained in:
+19
-4
@@ -85,10 +85,6 @@ nav a.active {
|
||||
color: #faf8e4 !important;
|
||||
}
|
||||
|
||||
a code {
|
||||
text-decoration-line: underline;
|
||||
}
|
||||
|
||||
footer {
|
||||
height: 2rem;
|
||||
position: absolute;
|
||||
@@ -140,6 +136,25 @@ a:focus {
|
||||
outline: thin dotted;
|
||||
}
|
||||
|
||||
a code {
|
||||
text-decoration-line: underline;
|
||||
}
|
||||
|
||||
strong a {
|
||||
text-decoration-line: underline;
|
||||
color: var(--fg0);
|
||||
}
|
||||
|
||||
strong a:hover {
|
||||
text-decoration-line: underline;
|
||||
color: var(--fg0);
|
||||
}
|
||||
|
||||
strong a:visited {
|
||||
text-decoration-line: underline;
|
||||
color: var(--fg0);
|
||||
}
|
||||
|
||||
*::-moz-selection {
|
||||
/* background: var(--ltred); */
|
||||
background: rgba(255, 255, 0, 0.3);
|
||||
|
||||
Reference in New Issue
Block a user