parent
633a6eab30
commit
e1c84270f4
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user