dis: Change colors

This commit is contained in:
Tom Wiesing 2022-09-20 15:39:35 +02:00
parent 9f5ca27f55
commit af259747a2
No known key found for this signature in database

View file

@ -58,10 +58,10 @@ footer {
}
.wisski.running {
background-color: green;
background-color: #9ADA07;
}
.wisski.stopped {
background-color: red;
background-color: #ff7a7a;
}