credits für icons

This commit is contained in:
Luke
2021-05-08 00:35:27 +02:00
parent 66768b1cea
commit 74d00cf6d1
5 changed files with 29 additions and 8 deletions

View File

@@ -175,6 +175,10 @@ main form #alert.hidden {
visibility: hidden;
}
footer, .credits {
color: rgba(0, 0, 0, 0.5);
}
footer {
height: -webkit-fit-content;
height: -moz-fit-content;
@@ -185,7 +189,6 @@ footer {
align-self: center;
position: fixed;
bottom: 1em;
color: rgba(0, 0, 0, 0.5);
}
footer .link-list {
@@ -199,6 +202,14 @@ footer .link-list {
list-style: none;
}
.credits {
position: absolute;
top: .25em;
right: .5em;
font-size: .8em;
font-weight: normal;
}
body.light {
color: #333;
}
@@ -230,7 +241,7 @@ body.light form #alert {
border: 1px solid rgba(255, 125, 125, 0.15);
}
body.light footer {
body.light footer, body.light .credits {
color: rgba(255, 255, 255, 0.5);
}
/*# sourceMappingURL=styles.css.map */