1
0
mirror of https://github.com/TheGreyDiamond/Enlight.git synced 2025-07-17 20:33:48 +02:00
Files
Enlight/ui_templates/static/default.css
2020-11-22 01:16:08 +01:00

12 lines
251 B
CSS

@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;
}