diff options
Diffstat (limited to '_sass')
-rw-r--r-- | _sass/main.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_sass/main.scss b/_sass/main.scss index 385b08c..e04b88b 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -13,6 +13,7 @@ --fgdecorc: yellow; --fgcodec: #aed; --bgcodec: var(--bgc2); + --bgclight: darkgray; } @media (prefers-color-scheme: light) { @@ -31,6 +32,7 @@ --fgdecorc: darkmagenta; --fgcodec: var(--bgc1); --bgcodec: var(--fgc1); + --bgclight: darkgray; } } @@ -114,6 +116,7 @@ a:active { .commentform iframe { height: 2em; + background: var(--bgclight); } .commentform input[type=text] { |