From 6293ad83cc5a07542ad286bde9fca69a8a7152b7 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Mon, 8 Aug 2022 04:16:04 +1000 Subject: [PATCH] added more ifxes to dark theme and fixed colours --- public/css/appdark.css | 5 +++-- resources/views/misc/settings.blade.php | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/public/css/appdark.css b/public/css/appdark.css index 5b8a3a7..725efcd 100644 --- a/public/css/appdark.css +++ b/public/css/appdark.css @@ -8,7 +8,7 @@ } .warningtext { - color: red; + color: #ff6767; } @@ -21,7 +21,7 @@ background: linear-gradient(#3690df 10%, #0d1085 100%); } -.onlinestatus_website { +.onlinestatus_website { color: #2260DD; } @@ -137,4 +137,5 @@ button:hover.greybutton { .popup { color: white; + background: linear-gradient(180deg, #747474 10%, #000000 100%); } \ No newline at end of file diff --git a/resources/views/misc/settings.blade.php b/resources/views/misc/settings.blade.php index c63fcb9..494c2ba 100644 --- a/resources/views/misc/settings.blade.php +++ b/resources/views/misc/settings.blade.php @@ -54,9 +54,9 @@

Old Password

-
+

New Password

-
+

Confirm New Password

@@ -201,7 +201,7 @@

DANGER ZONE

-

These are inactive for now.
In order to delete your account, please ask one of the +

These are inactive for now.
In order to delete your account, please ask one of the Developers.

These buttons can fully delete data. Use with caution!