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