style home amelioration
This commit is contained in:
parent
a1a98d67b5
commit
6bd3c46bdf
12 changed files with 769 additions and 755 deletions
|
|
@ -48,10 +48,10 @@
|
|||
text-decoration: none;
|
||||
|
||||
&:hover{
|
||||
color: var(--color);
|
||||
color: var(--color-green);
|
||||
.arrow svg{
|
||||
transform: rotate(90deg);
|
||||
fill: var(--color);
|
||||
fill: var(--color-green);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
position: absolute;
|
||||
left: 0;
|
||||
display: none;
|
||||
border-top: 1px solid var(--color);
|
||||
border-top: 1px solid var(--color-green);
|
||||
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
|
||||
margin-top: var(--padding-inner);
|
||||
min-width: 24ch;
|
||||
|
|
@ -91,7 +91,8 @@
|
|||
|
||||
}
|
||||
.nav-level-2_li:hover{
|
||||
background-color: var(--color-light);
|
||||
background-color: var(--color-x-light);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue