Last touches
This commit is contained in:
parent
0bbc10365f
commit
36bbe9e75e
@ -24,6 +24,7 @@ h1, h2, h3, h4, h5, p {
|
|||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
box-shadow: 0 0 0.1em dimgray;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav a, #nav-mini .menu a {
|
#nav a, #nav-mini .menu a {
|
||||||
@ -48,7 +49,8 @@ h1, h2, h3, h4, h5, p {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
box-shadow: 0 0 0.5em black;
|
box-shadow: 0 0 0.1em dimgray;
|
||||||
|
border-radius: 0 0 0.1em 0.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-mini .menu {
|
#nav-mini .menu {
|
||||||
@ -60,7 +62,7 @@ h1, h2, h3, h4, h5, p {
|
|||||||
#nav-mini .menu a {
|
#nav-mini .menu a {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 1em 0 1em 0;
|
padding: 1em 0 1em 0;
|
||||||
border-bottom: 0.1em solid gray;
|
border-bottom: 0.1em solid dimgray;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-mini .menu a:hover {
|
#nav-mini .menu a:hover {
|
||||||
@ -77,6 +79,8 @@ h1, h2, h3, h4, h5, p {
|
|||||||
background-size: 50%;
|
background-size: 50%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
float: left;
|
float: left;
|
||||||
|
box-shadow: 0 0 0.1em dimgray;
|
||||||
|
border-radius: 0 0 0.1em 0.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* #nav-ctrl:hover + label {
|
/* #nav-ctrl:hover + label {
|
||||||
@ -88,6 +92,7 @@ h1, h2, h3, h4, h5, p {
|
|||||||
filter: invert(100%);
|
filter: invert(100%);
|
||||||
background-image: url("../img/close.svg");
|
background-image: url("../img/close.svg");
|
||||||
background-size: 25%;
|
background-size: 25%;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* #nav-ctrl:checked:hover + label {
|
/* #nav-ctrl:checked:hover + label {
|
||||||
|
Loading…
Reference in New Issue
Block a user