improve comment callout
This commit is contained in:
parent
835dd344ca
commit
5aa241e4d6
3 changed files with 23 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
:root {
|
||||
--background: #080808;
|
||||
--background-alt: #040404;
|
||||
--on-background: #f0f0f0;
|
||||
|
||||
--primary: #b7fd49;
|
||||
|
@ -11,6 +12,7 @@
|
|||
@media (prefers-color-scheme: light) {
|
||||
:root {
|
||||
--background: #ffffff;
|
||||
--background-alt: #f0f0f0;
|
||||
--on-background: #101010;
|
||||
|
||||
--primary: #6d9e23;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue