18 lines
249 B
SCSS
18 lines
249 B
SCSS
|
/* jstm's eww stylesheet */
|
||
|
|
||
|
* {
|
||
|
font-family: "Fira Code";
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.sysinfo {
|
||
|
/*background-color: rgba(27,27,27,0);*/
|
||
|
background-color: transparent;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
|
||
|
progressbar {
|
||
|
padding: 10px;
|
||
|
outline-color: #ffffff;
|
||
|
}
|