This commit is contained in:
xaoxuu 2021-06-26 12:26:21 +08:00
parent 8a8cb14f22
commit 9c28748064
2 changed files with 3 additions and 2 deletions

View File

@ -20,10 +20,10 @@ nav.cap
border-radius: 4px
font-weight: 500
white-space: nowrap
trans1 background
&.active, &:hover
background: var(--block-hover)
color: var(--text-p1)
box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1)
@media screen and (max-width: $device-tablet)

View File

@ -70,7 +70,7 @@
nav.menu
margin-top: 0
background: var(--block-hover)
background: var(--block)
border-radius: 6px
display: flex
padding: 1px
@ -95,6 +95,7 @@ nav.menu
&.active, &:hover
color: var(--text-p1)
background: var(--card)
box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1)
.l_left .menu a.nav-item
flex-grow: 1