Files
Cue-View/plugins/watchout/watchout.css
T
2022-01-03 10:51:25 -05:00

14 lines
133 B
CSS

table {
font-family: PlexMono !important;
}
.warning {
color: #e9873a;
}
.error {
color: #ed5f5d;
}
.ok {
color: #79b757;
}