blob: df8f4a8fae39bb909e86056c1dc783a9190a0138 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
@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%
|