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 diff --git a/src/console.rs b/src/console.rs index 008109c..c78b3e7 100644 --- a/src/console.rs +++ b/src/console.rs @@ -240,9 +240,9 @@ pub async fn generate() -> Response { - - + + XSSBook - Console @@ -250,7 +250,7 @@ pub async fn generate() -> Response { Console -
+
"# .to_string();