From 77333afda2fc870b22271fe89ee0cc407f0f3dac Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 8 Oct 2019 13:55:42 -0500 Subject: [PATCH] Brighter fonts --- src/index.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/index.css b/src/index.css index b5bace5..bba0d46 100644 --- a/src/index.css +++ b/src/index.css @@ -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;