summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2023-01-30 15:19:16 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2023-01-30 15:19:16 -0500
commit6ba51230c0bbdc568e7d0c1d94d47390644e437a (patch)
tree2e1b660f3c9e0ab94172f46a30a203bc0781178b /public
parentcss changes, secure/http only admin session (diff)
downloadxssbook-6ba51230c0bbdc568e7d0c1d94d47390644e437a.tar.gz
xssbook-6ba51230c0bbdc568e7d0c1d94d47390644e437a.tar.bz2
xssbook-6ba51230c0bbdc568e7d0c1d94d47390644e437a.zip
fix console page
Diffstat (limited to 'public')
-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