Light theme: improve colors

This commit is contained in:
Jesús 2021-01-11 19:43:41 -05:00
parent 3868295b05
commit 58eea1e0f2
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -1,18 +1,18 @@
:root { :root {
--background: #FAFAFA; --background: #FFFFFF;
--text: #415462; --text: #212121;
--secondary-hover: #415462; --secondary-hover: #212121;
--secondary-focus: rgba(115, 130, 140, 0.125); --secondary-focus: #E4E4E4;
--secondary-inverse: #FFF; --secondary-inverse: #FFFFFF;
--primary-background:#CCC; --primary-background: #CCCCCC;
--secondary-background: #eeeeee; --secondary-background: #F5F5F5;
--link: #22aaff; --link: #212121;
--link-visited: #7755ff; --link-visited: #606060;
--buttom: #dcdcdb; --buttom: #DCDCDC;
--buttom-text: #415462; --buttom-text: #212121;
--button-border: #91918c; --button-border: #91918c;
--buttom-hover: #BBB; --buttom-hover: #BBBBBB;
--search-text: #415462; --search-text: #212121;
--time-background: #000; --time-background: #212121;
--time-text: #FFF; --time-text: #FFFFFF;
} }