fix: styles
This commit is contained in:
parent
dcce613295
commit
6ac50af454
10 changed files with 20 additions and 20 deletions
|
@ -109,11 +109,11 @@
|
|||
}
|
||||
|
||||
#menu-toggle:checked ~ .menu-primary li {
|
||||
border-bottom: 1px solid var(--gray-light);
|
||||
border-bottom: var(--border-gray);
|
||||
height: calc(var(--sizing-3xl) * 1.5);
|
||||
|
||||
&:first-child {
|
||||
border-top: 1px solid var(--gray-light);
|
||||
border-top: var(--border-gray);
|
||||
}
|
||||
|
||||
& a,
|
||||
|
|
Reference in a new issue