Update login styles
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
* {
|
||||
font-family: 'Arial', sans-serif;
|
||||
--win-bg: rgba(64, 64, 64, 0.25);
|
||||
--win-bg: rgba(168, 168, 168, 0.25);
|
||||
}
|
||||
|
||||
noscript {
|
||||
@ -30,7 +30,7 @@ main {
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
color: #202020;
|
||||
color: #000000;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@ -74,7 +74,7 @@ div#welcome-win a {
|
||||
display: block;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
color: #202020;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
div#welcome-win a:hover {
|
||||
@ -107,7 +107,7 @@ footer {
|
||||
footer div {
|
||||
font-size: 0.75em;
|
||||
display: inline;
|
||||
color: #202020;
|
||||
color: #000000;
|
||||
margin: 0.5em 1em;
|
||||
text-align: center;
|
||||
}
|
||||
@ -119,7 +119,7 @@ form {
|
||||
|
||||
form input {
|
||||
background-color: var(--win-bg);
|
||||
border: 1px solid var(--win-bg);
|
||||
border: 1px solid #808080;
|
||||
border-radius: 4px;
|
||||
outline: none;
|
||||
padding: 0.5em 1em;
|
||||
@ -128,10 +128,10 @@ form input {
|
||||
box-sizing: border-box;
|
||||
margin: 1em 0;
|
||||
font-size: 1em;
|
||||
color: #202020;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
form input::placeholder {
|
||||
color: #404040;
|
||||
color: #808080;
|
||||
opacity: 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user