Reduced opacity on trending stories meta

This commit is contained in:
Niléane 2024-02-17 21:16:35 +01:00
parent 103bd071e4
commit 65377668d7
No known key found for this signature in database
3 changed files with 9 additions and 6 deletions

View file

@ -4024,12 +4024,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .story__details__shared {
color: var(--color-fg);
}
.app-body .story .story__details__publisher,
.app-body .story .story__details__shared {
.app-body .story :is(.story__details__publisher, .story__details__shared) {
opacity: .7;
transition: all .3s;
}
.app-body .story:is(:active, :focus, :hover) :is(.story__details__publisher, .story__details__shared) {
color: var(--color-accent);
opacity: 1;
}
.app-body .story.expanded {
gap: 10px;

View file

@ -4024,12 +4024,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .story__details__shared {
color: var(--color-fg);
}
.app-body .story .story__details__publisher,
.app-body .story .story__details__shared {
.app-body .story :is(.story__details__publisher, .story__details__shared) {
opacity: .7;
transition: all .3s;
}
.app-body .story:is(:active, :focus, :hover) :is(.story__details__publisher, .story__details__shared) {
color: var(--color-accent);
opacity: 1;
}
.app-body .story.expanded {
gap: 10px;

View file

@ -4024,12 +4024,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .story__details__shared {
color: var(--color-fg);
}
.app-body .story .story__details__publisher,
.app-body .story .story__details__shared {
.app-body .story :is(.story__details__publisher, .story__details__shared) {
opacity: .7;
transition: all .3s;
}
.app-body .story:is(:active, :focus, :hover) :is(.story__details__publisher, .story__details__shared) {
color: var(--color-accent);
opacity: 1;
}
.app-body .story.expanded {
gap: 10px;