This commit is contained in:
rasmus-kirk
2024-03-03 22:49:57 +01:00
parent bfb6223c9c
commit 6c4d0472b9
9 changed files with 201 additions and 19 deletions
+19 -4
View File
@@ -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);