From 854bd2acb65c9f789517cadb81352cd9e501746c Mon Sep 17 00:00:00 2001 From: Bogdan Pilyugin Date: Tue, 31 Jan 2023 16:30:39 +0200 Subject: [PATCH] updated webguiapp and styles --- HTML/res/appstyles.css | 8 ++++---- components/webguiapp | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HTML/res/appstyles.css b/HTML/res/appstyles.css index db94e6a..7d04aaa 100644 --- a/HTML/res/appstyles.css +++ b/HTML/res/appstyles.css @@ -1,13 +1,13 @@ :root { /*========== Colors ==========*/ --first-color: #FFFFFF; - --first-color-light: #5499C7; - --title-color: #21618C; + --first-color-light: #00ccee; + --title-color: #006699; --header-color: #EEEEEE; --text-color: #404040; - --text-color-light: #21618C; + --text-color-light: #006699; --body-color: #FFFFFF; - --container-color: #5499C7; + --container-color: #00ccee; /*========== Font and typography ==========*/ --body-font: 'Consolas', monospace; diff --git a/components/webguiapp b/components/webguiapp index cce9b9b..2b6f703 160000 --- a/components/webguiapp +++ b/components/webguiapp @@ -1 +1 @@ -Subproject commit cce9b9be61b8f7eec574f1bc40f5688c3864dbd7 +Subproject commit 2b6f70378ce6f55af0cd33d4dd050080543f0627