changed settings page style

This commit is contained in:
Mystikfluu 2022-07-09 18:01:41 +02:00
parent e95c30e687
commit 1eab0c0a8b
2 changed files with 11 additions and 4 deletions

View File

@ -59,3 +59,11 @@ footer {
.less_padding { .less_padding {
padding: 6px 14px; padding: 6px 14px;
} }
.bg-light {
background-color: var(--fg-color);
}
.bg-dark {
background-color: var(--bg-color);
}

View File

@ -16,8 +16,8 @@
<header> <header>
<h1>Welcome Back!</h1> <h1>Welcome Back!</h1>
</header> </header>
<main> <main class="bg-dark">
<div class="form_class info_div"> <div class="bg-light">
<h2 id="user">User: USER</h2> <h2 id="user">User: USER</h2>
<br> <br>
<img id="avatarimg" width=100 height=100> <img id="avatarimg" width=100 height=100>
@ -41,13 +41,12 @@
<br> <br>
<br> <br>
<button onclick="changePW()">Change Password</button> <button onclick="changePW()">Change Password</button>
<br> <br>
<span id="response_pw"></span> <span id="response_pw"></span>
</div> </div>
<div> <div>
<h3>Change your Username</h3> <h3>Change your Username</h3>
<br> <br>
<h1 id="username">Current User: USER</h1>
<label for="currentPW_us">Password:</label> <label for="currentPW_us">Password:</label>
<input id="currentPW_us" placeholder="Current Password" type="password"> <input id="currentPW_us" placeholder="Current Password" type="password">
<br> <br>