colour tweaks
This commit is contained in:
parent
72c6b590f1
commit
b089cb39e6
2 changed files with 12 additions and 3 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue