From 6ba51230c0bbdc568e7d0c1d94d47390644e437a Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Mon, 30 Jan 2023 15:19:16 -0500 Subject: fix console page --- public/css/console.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'public/css') 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 -- cgit v1.2.3-freya