20 lines
199 B
SCSS
20 lines
199 B
SCSS
.sysmon{
|
|
background: darkred;
|
|
color: black;
|
|
}
|
|
.danger{
|
|
color: red
|
|
}
|
|
.ram{
|
|
background: yellow;
|
|
}
|
|
.disk{
|
|
background: lightblue;
|
|
}
|
|
.cpu{
|
|
background: green;
|
|
}
|
|
.net{
|
|
background: purple;
|
|
}
|