mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-05 05:47:46 +00:00
17 lines
128 B
CSS
17 lines
128 B
CSS
table{
|
|
font-family: PlexMono !important;
|
|
}
|
|
|
|
|
|
|
|
|
|
.warning{
|
|
color: #e9873a;
|
|
}
|
|
.error{
|
|
color: #ed5f5d;
|
|
}
|
|
.ok{
|
|
color: #79b757;
|
|
}
|