diff options
author | sijanec <anton@sijanec.eu> | 2021-03-30 00:02:01 +0200 |
---|---|---|
committer | sijanec <anton@sijanec.eu> | 2021-03-30 00:02:01 +0200 |
commit | 67425afd1f68282d336eccca4096486953330867 (patch) | |
tree | 207f1919483a225ea5a672e9d2e791c108340ad7 /_sass/main.scss | |
parent | še en barvni popravek za input elemente (diff) | |
download | sijanec.eu-67425afd1f68282d336eccca4096486953330867.tar sijanec.eu-67425afd1f68282d336eccca4096486953330867.tar.gz sijanec.eu-67425afd1f68282d336eccca4096486953330867.tar.bz2 sijanec.eu-67425afd1f68282d336eccca4096486953330867.tar.lz sijanec.eu-67425afd1f68282d336eccca4096486953330867.tar.xz sijanec.eu-67425afd1f68282d336eccca4096486953330867.tar.zst sijanec.eu-67425afd1f68282d336eccca4096486953330867.zip |
Diffstat (limited to '')
-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] { |