Make quote colours less jarring
This commit is contained in:
parent
a8ede71aad
commit
1896790c03
1 changed files with 12 additions and 0 deletions
|
@ -24,6 +24,12 @@
|
|||
--color-accent-bg: #f6f5ed;
|
||||
--color-reject: #953f3b;
|
||||
}
|
||||
|
||||
body {
|
||||
--rich-text-container-color: rgb(255, 254, 216);
|
||||
--rich-text-text-color: rgb(63, 58, 18);
|
||||
--rich-text-decorations-color: rgb(228, 226, 112);
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--color-bg: #111;
|
||||
|
@ -46,6 +52,12 @@
|
|||
/* --color-confirm: #79bd9a; */
|
||||
--color-confirm-bg: rgba(196, 216, 197, 30%);
|
||||
}
|
||||
|
||||
body {
|
||||
--rich-text-container-color: rgb(63, 58, 18);
|
||||
--rich-text-text-color: rgb(255, 254, 216);
|
||||
--rich-text-decorations-color: rgb(228, 226, 112);
|
||||
}
|
||||
}
|
||||
|
||||
:root {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue