add new random stuff

This commit is contained in:
jetstream0
2023-08-21 22:16:56 +02:00
parent 2a1ca73936
commit 5cbc55262a
8 changed files with 55 additions and 2 deletions

View File

@@ -102,6 +102,10 @@ label[for="dark-mode"] {
font-size: 1.3rem;
}
label[for="dark-mode"]:hover {
cursor: pointer;
}
#dark-mode + label[for="dark-mode"]::after {
color: black;
content: "🌙";