Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
Bogdan Pilyugin 2023-02-01 23:07:06 +02:00
commit 5f83cdb0cf

View File

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