colour tweaks

This commit is contained in:
Gordon Pedersen 2024-07-25 16:09:37 +10:00
parent 72c6b590f1
commit b089cb39e6
2 changed files with 12 additions and 3 deletions

View file

@ -59,6 +59,14 @@ body.dark {
} }
} }
body, nav:is(.left,.right) {
background-color: var(--background);
}
article {
background-color: var(--surface);
}
.author { .author {
color: inherit color: inherit
} }

View file

@ -4,10 +4,11 @@
.animated[data-emoji|=🫥] { content: url(/vendor/fluent-emoji/1fae5/animated.png) } .animated[data-emoji|=🫥] { content: url(/vendor/fluent-emoji/1fae5/animated.png) }
.fa-seedling { color: var(--green-9) !important } .fa-seedling { color: var(--green-9) !important }
.fa-message-smile { color: var(--blue-4) !important } .fa-message-smile { color: var(--blue-5) !important }
.fa-images { color: var(--yellow-6) !important } .fa-images { color: var(--orange-5) !important }
.fa-id-card { color: var(--pink-4) !important } .fa-id-card { color: var(--red-5) !important }
.fa-comment-dots { color: var(--gray-6) !important } .fa-comment-dots { color: var(--gray-6) !important }
.fa-clipboard { color: var(--violet-5) !important }
i.tiny { ---size: 1em } i.tiny { ---size: 1em }