style + bg + color

This commit is contained in:
Frog-Lover-Antony
2023-10-31 21:03:40 +03:00
parent 9b1ab813a9
commit d62c6d98e6
8 changed files with 1290 additions and 13 deletions

View File

@@ -17,6 +17,7 @@
body{
background-color: var(--bodyBoxColor);
background-image: url('/style/background.png');
}
.vologdaDescription{
@@ -94,14 +95,30 @@
}
:root {
--headerBoxColor:rgb(177, 250, 250);
--postHeaderBoxColor:rgb(175, 238, 238);
/* --headerBoxColor:rgb(177, 250, 250); */
--headerBoxColor:rgb(227, 38, 54);
--bodyBoxColor:rgb(255, 255, 255);
/* --postHeaderBoxColor:rgb(175, 238, 238); */
--postHeaderBoxColor:rgb(173, 32, 43);
/* 89, 152, 197 */
/* --bodyBoxColor:rgb(255, 255, 255); */
/* --bodyBoxColor:rgb(39, 38, 53); */
/* --bodyBoxColor:rgb(78, 89, 140); */
/* --bodyBoxColor:rgb(10, 9, 3); */
--bodyBoxColor:rgb(89, 152, 197);
--vologdaBoxMargin: 6vw;
--blockSize: 50vw;
--vologdaBoxColor: rgb(177, 250, 250);
/* --vologdaBoxColor: rgb(177, 250, 250); */
--vologdaBoxColor: rgb(227, 38, 54);
--boxHeight: 3.1vw;
}