mirror of
https://github.com/TheGreyDiamond/Enlight.git
synced 2025-07-17 20:33:48 +02:00
12 lines
251 B
CSS
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;
|
|
} |