aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com> 2021-05-11 15:30:29 +0200
committerMango0x45 <thomasvoss@live.com> 2021-05-11 15:30:29 +0200
commit3ae7d94e4b851b41c89f0e08932d62352e06bedc (patch)
treead6a639c838f57721bfe899d72aefd418f5df9c8
parentc50811bc2bd6168e52581113d9fdc5045068a4a7 (diff)
Update lighttheme input box color
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index e3f34d6..48aa4b0 100644
--- a/style.css
+++ b/style.css
@@ -8,7 +8,7 @@
[theme="light"] {
--bg-color: #FFFFFF;
--text-color: #24292E;
- --box-color: #DDDDDD;
+ --box-color: #EBEDEF;
--url-color: #0366D6;
--underline-color: #EAECEF;
}