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

@@ -166,6 +166,8 @@ main {
}
}
footer, .credits { color: rgba(0, 0, 0, .5); }
footer {
height: fit-content;
width: 60ch;
@@ -174,8 +176,6 @@ footer {
position: fixed;
bottom: 1em;
color: rgba(0, 0, 0, .5);
.link-list {
padding: 0;
margin: 0;
@@ -185,6 +185,14 @@ footer {
}
}
.credits {
position: absolute;
top: .25em;
right: .5em;
font-size: .8em;
font-weight: normal;
}
body.light {
color: #333;
@@ -221,7 +229,5 @@ body.light {
}
}
footer {
color: rgba(255, 255, 255, .5);
}
footer, .credits { color: rgba(255, 255, 255, .5); }
}