[opt] navbar, sidebar-list (#399)
This commit is contained in:
parent
e0102f5141
commit
47b10e1105
|
@ -3,7 +3,8 @@
|
|||
color: var(--text-p2)
|
||||
a
|
||||
color: var(--text-p2)
|
||||
border-radius: 2px
|
||||
border-radius: 4px
|
||||
transition: background 0.2s ease-out
|
||||
&:hover
|
||||
color: var(--text)
|
||||
background: var(--block-hover)
|
||||
|
|
|
@ -49,5 +49,5 @@
|
|||
transform: translateX(-50%)
|
||||
border-radius: 2px
|
||||
bottom: 2px
|
||||
background: var(--text-p1)
|
||||
background: currentColor
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
.widget-wrapper.post-list .widget-body
|
||||
a
|
||||
line-height: 1
|
||||
font-size: $fs-14
|
||||
padding: 8px 16px
|
||||
display: block
|
||||
|
|
Loading…
Reference in New Issue