Revert "Fixing styles for promo."

This reverts commit ca3a1a33e2.
This commit is contained in:
sergiotarxz 2023-09-05 20:29:16 +02:00
parent 633a6eab30
commit e1c84270f4
2 changed files with 4 additions and 4 deletions

View File

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

View File

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