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