diff --git a/site/style/background.css b/site/style/background.css index 6c31c23..04ca1cb 100644 --- a/site/style/background.css +++ b/site/style/background.css @@ -104,21 +104,19 @@ --headerBoxColor:rgb(177, 250, 250); --postHeaderBoxColor:rgb(175, 238, 238); /* --headerBoxColor:rgb(177, 250, 250); */ - --headerBoxColor:rgb(227, 38, 54); + --headerBoxColor:rgb(173, 32, 43); --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); /* --vologdaBoxColor: rgb(177, 250, 250); */ - --vologdaBoxColor: rgb(227, 38, 54); + --vologdaBoxColor: rgb(173, 32, 43); } diff --git a/site/style/buttonStyle.css b/site/style/buttonStyle.css index 8994d44..3d3c6a8 100644 --- a/site/style/buttonStyle.css +++ b/site/style/buttonStyle.css @@ -37,6 +37,18 @@ --sizeButton: 1.5; } + @media screen and (min-width: 1820px) { + .image-button { + width: 200px; + height: 200px; + + border: none; + background-size: cover; + border-radius: calc(0.3vw * var(--sizeButton)); + } + } + + @media screen and (max-width: 1100px) { :root { --sizeButton: 4;