Fixing styles for promo.

This commit is contained in:
sergiotarxz 2023-09-03 12:20:00 +02:00
parent 687531f1ad
commit ca3a1a33e2
2 changed files with 4 additions and 4 deletions

View File

@ -73,7 +73,8 @@ body {
height: 100%;
text-decoration: none;
color: #f2eb8c;
margin: 0; }
margin: 0;
background: blueviolet; }
body nav a:hover, body nav a:focus {
background: #f2eb8c;
color: blueviolet; }
@ -84,8 +85,7 @@ body {
body nav.desktop {
display: none; }
body nav.desktop a {
vertical-align: middle;
background: blueviolet; }
vertical-align: middle; }
body nav.mobile-foldable {
display: none;
background: blueviolet;

View File

@ -114,6 +114,7 @@ body {
color: $color_div;
margin: 0;
background: $background_div;
&:hover, &:focus {
background: $color_div;
color: $background_div;
@ -132,7 +133,6 @@ body {
a {
vertical-align: middle;
background: $background_div;
}
}