hexo-theme-stellar/source/css/_layout/widgets/markdown.styl

13 lines
310 B
Stylus
Raw Normal View History

2024-01-17 00:27:48 +08:00
.widget-wrapper.markdown
.widget-body
border-radius: $border-card
padding: 4px 16px
background: var(--alpha50)
a
trans1 all
border-bottom: 1px solid var(--text-p0)
color: var(--text-p0)
&:hover
color: $color-hover
border-bottom: 1px solid $color-hover