Copy CSS files to installation folder

This commit is contained in:
nileane 2024-02-17 20:17:40 +00:00 committed by github-actions[bot]
parent 514b6d5e35
commit 0cb5189f9b
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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