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

View File

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