Layout changes

This commit is contained in:
2020-02-20 18:17:03 -06:00
parent 9bdfcb9eb3
commit 0eb40e5a65
8 changed files with 24 additions and 21 deletions

View File

@@ -8,11 +8,11 @@
--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.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: rgba(200, 200, 240, 0.65);
--text_color_hover: rgba(200, 200, 225, 0.65);
--text_color_error: rgba(203, 120, 120, 0.8);
--heading_text_color: rgba(132, 160, 230, 0.8);
--heading_other_text_color: rgba(132, 160, 230, 0.65);
--text_color_transition: color 0.3s;
--default_font_size: 14px;