changed settings page style
This commit is contained in:
parent
e95c30e687
commit
1eab0c0a8b
@ -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);
|
||||||
|
}
|
||||||
|
@ -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>
|
||||||
@ -47,7 +47,6 @@
|
|||||||
<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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user