basic background color changed

This commit is contained in:
Bogdan Pilyugin 2023-01-23 18:35:55 +02:00
parent 219acd010d
commit a87ab81e79

View File

@ -1,13 +1,13 @@
:root { :root {
/*========== Colors ==========*/ /*========== Colors ==========*/
--first-color: #FFFFFF; --first-color: #FFFFFF;
--first-color-light: #c0c0c0; --first-color-light: #5499C7;
--title-color: #7f7f7f; --title-color: #21618C;
--header-color: #EEEEEE; --header-color: #EEEEEE;
--text-color: #404040; --text-color: #404040;
--text-color-light: #7f7f7f; --text-color-light: #21618C;
--body-color: #FFFFFF; --body-color: #FFFFFF;
--container-color: #c0c0c0; --container-color: #5499C7;
/*========== Font and typography ==========*/ /*========== Font and typography ==========*/
--body-font: 'Consolas', monospace; --body-font: 'Consolas', monospace;