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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user