1
0
mirror of https://github.com/TheGreyDiamond/Enlight.git synced 2025-12-19 08:20:45 +01:00

Added font awesome and more

This commit is contained in:
TheGreyDiamond
2020-11-22 20:38:10 +01:00
parent 11145b6fba
commit e0e504fa0c
1709 changed files with 135182 additions and 50 deletions

View File

@@ -1,5 +1,6 @@
@import url('static/fonts/Quicksand-Regular.ttf');
@import url('fonts/Quicksand-Regular.ttf');
body, html {
margin: 0px;
background-color: rgb(51, 51, 51);
height: 100%;
width: 100%;
@@ -9,4 +10,19 @@ body, html {
}
small {
font-size: 10px;
}
}
.header-bar{
margin: 0px;
padding: 0px;
width: 100%;
height: 2%;
background-color: rgba(36, 36, 36, 0.9);
}
.header-clock {
right: 0px;
position: fixed;
padding: 2px;
padding-right: 4px;
}