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