credits für icons
This commit is contained in:
@@ -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); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user