style + bg + color
This commit is contained in:
		| @@ -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; | ||||
|     } | ||||
		Reference in New Issue
	
	Block a user
	 Frog-Lover-Antony
					Frog-Lover-Antony