12 lines
102 B
CSS
Executable File
12 lines
102 B
CSS
Executable File
html,
|
|
body,
|
|
#app {
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
html.dark {
|
|
background: #121212;
|
|
}
|