diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-30 15:19:16 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-30 15:19:16 -0500 |
commit | 6ba51230c0bbdc568e7d0c1d94d47390644e437a (patch) | |
tree | 2e1b660f3c9e0ab94172f46a30a203bc0781178b /public/css | |
parent | css changes, secure/http only admin session (diff) | |
download | xssbook-6ba51230c0bbdc568e7d0c1d94d47390644e437a.tar.gz xssbook-6ba51230c0bbdc568e7d0c1d94d47390644e437a.tar.bz2 xssbook-6ba51230c0bbdc568e7d0c1d94d47390644e437a.zip |
fix console page
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/console.css | 12 |
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 |