hexo-theme-stellar/source/css/_layout/sidebar/repo_info.styl

20 lines
410 B
Stylus
Raw Normal View History

2021-07-04 22:53:55 +08:00
.widget-wrap#repo-info
.widget-body
.item
2021-07-07 01:18:13 +08:00
margin: 4px 0
2021-07-04 22:53:55 +08:00
a
color: var(--text-p2)
font-weight: 500
display: inline-flex
align-items: center
2021-07-07 01:18:13 +08:00
padding: 0.25rem .5rem
2021-07-04 22:53:55 +08:00
border-radius: 4px
2021-07-07 01:18:13 +08:00
font-size: $fs-13
2021-07-04 22:53:55 +08:00
svg
margin-right: .5rem
2021-07-07 01:18:13 +08:00
width: 1em
height: 1em
2021-07-04 22:53:55 +08:00
a:hover
color: var(--text-p1)
background: var(--block-hover)