Brighter fonts

This commit is contained in:
2019-10-08 13:55:42 -05:00
parent b3763926e8
commit 77333afda2

View File

@@ -1,17 +1,17 @@
:root {
--border_radius: 4px;
--control_background: rgba(105, 105, 150, .2);
--control_background_hover: rgba(105, 105, 150, .3);
--control_background: rgba(105, 105, 150, 0.2);
--control_background_hover: rgba(105, 105, 150, 0.3);
--control_border: 1px solid rgba(80, 80, 90, 0.9);
--control_box_shadow: 2px 2px 2px black;
--control_transparent_background: rgba(10, 10, 16, 0.5);
--control_dark_transparent_background: rgba(10, 10, 16, 0.7);
--text_color: rgba(200, 200, 240, 0.6);
--text_color_hover: rgba(200, 200, 225, 0.6);
--text_color_error: rgba(203, 120, 120, 0.6);
--heading_text_color: rgba(132, 160, 230, 0.60);
--text_color: rgba(200, 200, 240, 0.7);
--text_color_hover: rgba(200, 200, 225, 0.7);
--text_color_error: rgba(203, 120, 120, 0.7);
--heading_text_color: rgba(132, 160, 230, 0.7);
--heading_other_text_color: var(--heading_text_color);
--text_color_transition: color 0.3s;