From 6ba51230c0bbdc568e7d0c1d94d47390644e437a Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Mon, 30 Jan 2023 15:19:16 -0500 Subject: [PATCH] fix console page --- public/css/console.css | 12 ++++++------ src/console.rs | 6 +++--- 2 files changed, 9 insertions(+), 9 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 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();