Some more initial changes
This commit is contained in:
13
src/static/system-installer.css
Normal file
13
src/static/system-installer.css
Normal file
@@ -0,0 +1,13 @@
|
||||
body {
|
||||
display: flex;
|
||||
font-family: Noto Sans;
|
||||
min-width: 1150px;
|
||||
min-height: 600px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
html {
|
||||
/* Overwrite the white that is set by bulma.css */
|
||||
background-color: transparent;
|
||||
}
|
||||
Reference in New Issue
Block a user