mirror of
https://github.com/TheGreyDiamond/Enlight.git
synced 2025-12-19 08:20:45 +01:00
Node.js deal with it
This commit is contained in:
12
ui_templates/static/default.css
Normal file
12
ui_templates/static/default.css
Normal file
@@ -0,0 +1,12 @@
|
||||
@import url('static/fonts/Quicksand-Regular.ttf');
|
||||
body, html {
|
||||
background-color: rgb(51, 51, 51);
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
font-family: 'Quicksand', sans-serif;
|
||||
color:white;
|
||||
}
|
||||
small {
|
||||
font-size: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user