Merge branch 'master' into pages

This commit is contained in:
jetstream0
2023-08-23 07:03:45 +05:30
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: "🌙";