From 34a4fccc91797b33a8d61014ed5440904b7d098c Mon Sep 17 00:00:00 2001 From: schnulller Date: Tue, 31 May 2022 23:28:24 +0200 Subject: [PATCH] Added dark / high contrast mode --- HaWeb/Views/Shared/_Menu.cshtml | 4 +- HaWeb/wwwroot/css/output.css | 867 ++++++++++++++++++++++++-------- HaWeb/wwwroot/css/site.css | 607 ++++++++++++++-------- 3 files changed, 1067 insertions(+), 411 deletions(-) diff --git a/HaWeb/Views/Shared/_Menu.cshtml b/HaWeb/Views/Shared/_Menu.cshtml index 9394824..b52c4df 100644 --- a/HaWeb/Views/Shared/_Menu.cshtml +++ b/HaWeb/Views/Shared/_Menu.cshtml @@ -2,7 +2,7 @@ var showCredits = ViewData["showCredits"] == "true" ? true : false; }
-