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
2024-01-30 23:48:00 +08:00
font-size: $fs-13
scrollbar-width: none
2024-01-17 00:27:48 +08:00
color: var(--text-p2)
2021-03-05 21:37:28 +08:00
&.blue
color: darken($color-md-blue, 6)
&.cyan
color: darken($color-mac-cyan, 6)
&.theme
color: darken($color-theme, 5)