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