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 {
padding: 6px 14px;
}
.bg-light {
background-color: var(--fg-color);
}
.bg-dark {
background-color: var(--bg-color);
}

View File

@ -16,8 +16,8 @@
<header>
<h1>Welcome Back!</h1>
</header>
<main>
<div class="form_class info_div">
<main class="bg-dark">
<div class="bg-light">
<h2 id="user">User: USER</h2>
<br>
<img id="avatarimg" width=100 height=100>
@ -47,7 +47,6 @@
<div>
<h3>Change your Username</h3>
<br>
<h1 id="username">Current User: USER</h1>
<label for="currentPW_us">Password:</label>
<input id="currentPW_us" placeholder="Current Password" type="password">
<br>