1
0
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:
TheGreyDiamond
2020-11-22 01:16:08 +01:00
parent a166aa8108
commit 944df57777
14 changed files with 770 additions and 0 deletions

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