changed settings page style
This commit is contained in:
parent
e95c30e687
commit
1eab0c0a8b
@ -59,3 +59,11 @@ footer {
|
||||
.less_padding {
|
||||
padding: 6px 14px;
|
||||
}
|
||||
|
||||
.bg-light {
|
||||
background-color: var(--fg-color);
|
||||
}
|
||||
|
||||
.bg-dark {
|
||||
background-color: var(--bg-color);
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user