blog/themes/fluid/source/css/_pages/_archive/archive.styl
2024-11-16 11:34:10 +08:00

32 lines
517 B
Stylus

.list-group
a ~ p.h5
margin-top 1rem
.list-group-item
display flex
background-color transparent
border 0
time
flex 0 0 5rem
.list-group-item-title
white-space nowrap
overflow hidden
text-overflow ellipsis
@media (max-width: 575px)
.list-group-item
font-size .95rem
padding 0.5rem 0.75rem
time
flex 0 0 4rem
.list-group-item-action
color var(--text-color)
&:focus, &:hover
color var(--link-hover-color)
background-color var(--link-hover-bg-color)