Merge branch 'main' of git.owlcode.tech:sergiotarxz/burguillos.info
This commit is contained in:
commit
9715cf2125
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user