mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
43 lines
739 B
Stylus
43 lines
739 B
Stylus
@import('./ConfigTab')
|
|
|
|
p
|
|
font-size 16px
|
|
line-height 1.4
|
|
|
|
.cf-link
|
|
height 35px
|
|
border-radius 2px
|
|
border none
|
|
background-color alpha(#1EC38B, 90%)
|
|
padding-left 20px
|
|
padding-right 20px
|
|
&:hover
|
|
background-color #1EC38B
|
|
transition 0.2s
|
|
a
|
|
text-decoration none
|
|
color white
|
|
font-weight 600
|
|
font-size 16px
|
|
|
|
body[data-theme="dark"]
|
|
p
|
|
color $ui-dark-text-color
|
|
|
|
body[data-theme="solarized-dark"]
|
|
.root
|
|
color $ui-solarized-dark-text-color
|
|
p
|
|
color $ui-solarized-dark-text-color
|
|
|
|
body[data-theme="monokai"]
|
|
.root
|
|
color $ui-monokai-text-color
|
|
p
|
|
color $ui-monokai-text-color
|
|
|
|
body[data-theme="dracula"]
|
|
.root
|
|
color $ui-dracula-text-color
|
|
p
|
|
color $ui-dracula-text-color |