login tagsüber dunkler

This commit is contained in:
Luke
2021-04-20 14:18:02 +00:00
parent 2fc5f1d9ef
commit 2a88e48d42
3 changed files with 18 additions and 13 deletions

View File

@@ -1,4 +1,8 @@
html { box-sizing: border-box; }
html {
box-sizing: border-box;
user-select: none;
}
*, *::before, *::after { box-sizing: inherit; }
a {
@@ -34,7 +38,7 @@ header {
background-repeat: no-repeat;
background-position: center;
background-size: contain;
opacity: .3;
opacity: .4;
}
main {
@@ -46,7 +50,7 @@ main {
font-size: 1em;
line-height: 1.25;
background-color: rgba(0, 0, 0, .3);
background-color: rgba(0, 0, 0, .4);
h1, p {
margin: 0;
@@ -220,4 +224,4 @@ body.light {
footer {
color: rgba(255, 255, 255, .5);
}
}
}