20 lines
205 B
SCSS
20 lines
205 B
SCSS
.sysmon{
|
|
background: darkred;
|
|
color: black;
|
|
}
|
|
.danger{
|
|
color: red
|
|
}
|
|
.ram{
|
|
background: tan;
|
|
}
|
|
.disk{
|
|
background: mediumturquoise;
|
|
}
|
|
.cpu{
|
|
background: lightgreen;
|
|
}
|
|
.net{
|
|
background: plum;
|
|
}
|