added more ifxes to dark theme and fixed colours

This commit is contained in:
Thomas G 2022-08-08 04:16:04 +10:00
parent acc1f3419e
commit 6293ad83cc
2 changed files with 6 additions and 5 deletions

View File

@ -8,7 +8,7 @@
} }
.warningtext { .warningtext {
color: red; color: #ff6767;
} }
@ -137,4 +137,5 @@ button:hover.greybutton {
.popup { .popup {
color: white; color: white;
background: linear-gradient(180deg, #747474 10%, #000000 100%);
} }

View File

@ -54,9 +54,9 @@
<span class="password_change" id="invisible"> <span class="password_change" id="invisible">
<br> <br>
<h4>Old Password</h4> <h4>Old Password</h4>
<input type="password" name="old_password" placeholder="Old Password Field"><br> <input type="password" name="old_password" placeholder=""><br>
<h4>New Password</h4> <h4>New Password</h4>
<input type="password" name="password" placeholder="New Password Field"><br> <input type="password" name="password" placeholder=""><br>
<h4>Confirm New Password</h4> <h4>Confirm New Password</h4>
<input type="password" name="password_confirmation" placeholder="Confirm New Password Field"> <input type="password" name="password_confirmation" placeholder="Confirm New Password Field">
</span> </span>
@ -201,7 +201,7 @@
<br> <br>
<div style="flex-wrap: wrap; flex-direction: column;"> <div style="flex-wrap: wrap; flex-direction: column;">
<h3>DANGER ZONE</h3> <h3>DANGER ZONE</h3>
<p style="color: darkred;">These are inactive for now.<br>In order to delete your account, please ask one of the <p style="color: red;">These are inactive for now.<br>In order to delete your account, please ask one of the
Developers.</p> Developers.</p>
<p>These buttons can fully delete data. Use with caution!</p> <p>These buttons can fully delete data. Use with caution!</p>
<p> <p>