Copy CSS files to installation folder

This commit is contained in:
nileane 2024-02-17 20:17:05 +00:00 committed by github-actions[bot]
commit f061ed7d15
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 { .app-body .story__details__shared {
color: var(--color-fg); color: var(--color-fg);
} }
.app-body .story .story__details__publisher, .app-body .story :is(.story__details__publisher, .story__details__shared) {
.app-body .story .story__details__shared { opacity: .7;
transition: all .3s; transition: all .3s;
} }
.app-body .story:is(:active, :focus, :hover) :is(.story__details__publisher, .story__details__shared) { .app-body .story:is(:active, :focus, :hover) :is(.story__details__publisher, .story__details__shared) {
color: var(--color-accent); color: var(--color-accent);
opacity: 1;
} }
.app-body .story.expanded { .app-body .story.expanded {
gap: 10px; gap: 10px;

View file

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

View file

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