1
0
mirror of https://github.com/nileane/TangerineUI-for-Mastodon synced 2024-11-23 22:56:10 +09:00

Link footer at fixed opacity

This commit is contained in:
Niléane 2023-07-10 16:41:37 +02:00
parent 4ed0445c58
commit b7ee144ab0
No known key found for this signature in database

View File

@ -1774,11 +1774,7 @@ body.layout-single-column {
color: var(--color-fg);
}
.layout-single-column .link-footer p {
opacity: .3;
transition: opacity .3s;
}
.layout-single-column .link-footer:hover p {
opacity: 1;
opacity: .5;
}
/* Server banner */