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,8 +1,10 @@
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
user-select: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
*, *::before, *::after {
@@ -10,7 +12,6 @@ html {
box-sizing: inherit;
}
a {
color: inherit;
font-weight: bold;
@@ -50,7 +51,7 @@ header {
background-repeat: no-repeat;
background-position: center;
background-size: contain;
opacity: .3;
opacity: .4;
}
main {
@@ -60,7 +61,7 @@ main {
border-radius: .25em;
font-size: 1em;
line-height: 1.25;
background-color: rgba(0, 0, 0, 0.3);
background-color: rgba(0, 0, 0, 0.4);
}
main h1, main p {