hexo-theme-stellar/source/css/_common/cap.styl

12 lines
230 B
Stylus
Raw Normal View History

2021-03-05 21:37:28 +08:00
.cap
font-weight: 500
font-size: $fs-12
scrollbar-width: none
2021-03-05 21:37:28 +08:00
color: var(--text-p3)
&.blue
color: darken($color-md-blue, 6)
&.cyan
color: darken($color-mac-cyan, 6)
&.theme
color: darken($color-theme, 5)