Disable clock background
This commit is contained in:
parent
865159430b
commit
4572c100cc
@ -1,6 +1,9 @@
|
|||||||
* {
|
* {
|
||||||
/* `otf-font-awesome` is required to be installed for icons */
|
/* `otf-font-awesome` is required to be installed for icons */
|
||||||
font-family: FontAwesome, Fira Sans, sans-serif;
|
font-family:
|
||||||
|
FontAwesome,
|
||||||
|
Fira Sans,
|
||||||
|
sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
@ -89,9 +92,9 @@ button:hover {
|
|||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
/*#clock {
|
||||||
background-color: #5d0456;
|
background-color: #5d0456;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
background-color: #5d0456;
|
background-color: #5d0456;
|
||||||
|
Loading…
Reference in New Issue
Block a user