From a87ab81e7994288e45833a995490587eb7edfe74 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Mon, 23 Jan 2023 18:35:55 +0200 Subject: [PATCH] basic background color changed --- HTML/res/appstyles.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/HTML/res/appstyles.css b/HTML/res/appstyles.css index c5407d3..db94e6a 100644 --- a/HTML/res/appstyles.css +++ b/HTML/res/appstyles.css @@ -1,13 +1,13 @@ :root { /*========== Colors ==========*/ --first-color: #FFFFFF; - --first-color-light: #c0c0c0; - --title-color: #7f7f7f; + --first-color-light: #5499C7; + --title-color: #21618C; --header-color: #EEEEEE; --text-color: #404040; - --text-color-light: #7f7f7f; + --text-color-light: #21618C; --body-color: #FFFFFF; - --container-color: #c0c0c0; + --container-color: #5499C7; /*========== Font and typography ==========*/ --body-font: 'Consolas', monospace;