mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
46 lines
643 B
Stylus
46 lines
643 B
Stylus
.root
|
|
padding 15px
|
|
white-space pre
|
|
line-height 1.4
|
|
color $ui-text-color
|
|
width 100%
|
|
|
|
.top
|
|
text-align center
|
|
margin-bottom 25px
|
|
|
|
.appId
|
|
font-size 24px
|
|
|
|
.description
|
|
overflow hidden
|
|
white-space normal
|
|
line-height 1.5
|
|
margin 5px auto 10px
|
|
font-size 14px
|
|
text-align center
|
|
|
|
.madeBy
|
|
font-size 12px
|
|
$ui-inactive-text-color
|
|
|
|
.copyright
|
|
font-size 12px
|
|
$ui-inactive-text-color
|
|
|
|
.list
|
|
list-style square
|
|
padding-left 2em
|
|
li
|
|
white-space normal
|
|
|
|
body[data-theme="dark"]
|
|
.root
|
|
color $ui-dark-text-color
|
|
|
|
.madeBy
|
|
color $ui-dark-inactive-text-color
|
|
|
|
.copyright
|
|
color $ui-dark-inactive-text-color
|