KäptnIgluKettenschmieröl rettet das light theme

This commit is contained in:
hydrant
2020-05-05 21:11:46 +02:00
parent 59f7c99c9f
commit 52570c8917
5 changed files with 68 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ body {
margin: 0 auto;
padding: 1em .5em;
/*background: url("../../img/login/background.jpg") no-repeat;*/
background-size: cover;
/*background-size: cover;*/
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
font-weight: 400;
color: #FFF;
@@ -182,7 +182,7 @@ footer {
align-self: center;
position: fixed;
bottom: 1em;
color: rgba(255, 255, 255, 0.5);
color: rgba(0, 0, 0, 0.5);
}
footer .link-list {
@@ -197,11 +197,11 @@ footer .link-list {
}
body.light {
color: #555;
color: #333;
}
body.light main {
background-color: rgba(255, 255, 255, 0.25);
background-color: rgba(255, 255, 255, 0.5);
}
body.light header {
@@ -221,12 +221,12 @@ body.light form button.transparent#submit {
}
body.light form #alert {
color: #BD5252;
background-color: rgba(255, 125, 125, 0.05);
border: 1px solid rgba(255, 125, 125, 0.075);
color: #985555;
background-color: rgba(255, 125, 125, 0.125);
border: 1px solid rgba(255, 125, 125, 0.15);
}
body.light footer {
color: rgba(0, 0, 0, 0.5);
color: rgba(255, 255, 255, 0.5);
}
/*# sourceMappingURL=styles.css.map */