mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-11 03:43:08 +02:00
19 lines
238 B
Stylus
19 lines
238 B
Stylus
@import "../app"
|
|
@import "../reset"
|
|
|
|
#wait
|
|
top auto
|
|
bottom 15px
|
|
left 15px
|
|
|
|
html
|
|
height 100%
|
|
background #ececed !important
|
|
|
|
&[data-darkmode]
|
|
background #191B22 !important
|
|
|
|
body
|
|
display flex
|
|
flex-direction column
|
|
min-height 100%
|