luke wollte den stern kleiner haben + irgendwas transparent beim login

This commit is contained in:
2020-08-03 01:05:49 +02:00
parent 7b8ee1c859
commit c08b96ec48
3 changed files with 13 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ main {
border-radius: .25em;
font-size: 1em;
line-height: 1.25;
background-color: rgba(0, 0, 0, 0.25);
background-color: rgba(0, 0, 0, 0.35);
}
main h1, main p {
@@ -201,7 +201,7 @@ body.light {
}
body.light main {
background-color: rgba(255, 255, 255, 0.5);
background-color: rgba(255, 255, 255, 0.75);
}
body.light header {