blah colors

This commit is contained in:
Bingus_Violet 2023-11-16 21:43:36 +00:00
parent e97b795e03
commit e839a329ab
2 changed files with 18 additions and 6 deletions

View file

@ -164,4 +164,16 @@ hr {
opacity: 1;
transform: none;
}
}
.up {
border-color: limegreen;
}
.mid {
border-color: yellow;
}
.down {
border-color: red;
}