diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-05-11 15:30:29 +0200 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-05-11 15:30:29 +0200 |
commit | 3ae7d94e4b851b41c89f0e08932d62352e06bedc (patch) | |
tree | ad6a639c838f57721bfe899d72aefd418f5df9c8 | |
parent | c50811bc2bd6168e52581113d9fdc5045068a4a7 (diff) |
Update lighttheme input box color
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ [theme="light"] { --bg-color: #FFFFFF; --text-color: #24292E; - --box-color: #DDDDDD; + --box-color: #EBEDEF; --url-color: #0366D6; --underline-color: #EAECEF; } |