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

28 lines
661 B
Stylus

.widget-wrap#repo-info
.widget-body
border: 1px solid var(--block-border)
border-radius: $border-block
background: var(--block)
overflow: hidden
.line
margin: 0
height: 1px
background: var(--block-border)
&+.line,&:first-child,&:last-child
display: none
a.item-link
color: var(--text-p2)
font-weight: 500
display: flex
align-items: center
padding: 0.5rem .5rem
font-size: $fs-13
justify-content: space-between
flex-direction: row-reverse
svg
width: 1em
height: 1em
a:hover
color: $color-hover
background: var(--card)