summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css')
-rw-r--r--public/css/console.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/public/css/console.css b/public/css/console.css
index 15f4df4..1823b6e 100644
--- a/public/css/console.css
+++ b/public/css/console.css
@@ -38,25 +38,25 @@ body {
}
.value {
- color: white;
+ color: white !important;
}
.bool {
- color: aqua;
+ color: aqua !important;
}
.null {
- color: blue;
+ color: blue !important;
}
.number {
- color: yellow;
+ color: yellow !important;
}
.string {
- color: #4ae04a
+ color: #4ae04a !important;
}
.key .string {
- color: white;
+ color: white !important;
} \ No newline at end of file