login tagsüber dunkler
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user