mirror of
https://github.com/TheGreyDiamond/Enlight.git
synced 2025-07-18 04:33:50 +02:00
29 lines
489 B
CSS
29 lines
489 B
CSS
@import url('fonts/Quicksand-Regular.ttf');
|
|
body, html {
|
|
margin: 0px;
|
|
background-color: rgb(51, 51, 51);
|
|
height: 100%;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
font-family: 'Quicksand', sans-serif;
|
|
color:white;
|
|
}
|
|
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;
|
|
}
|