Copy CSS files to installation folder

This commit is contained in:
nileane 2024-07-24 14:05:46 +00:00 committed by github-actions[bot]
parent 136364ec84
commit e87669f845
3 changed files with 6 additions and 36 deletions

View file

@ -2706,7 +2706,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
/* Hashtag bar */ /* Hashtag bar */
.app-body .hashtag-bar a, .app-body .hashtag-bar a,
.app-body .hashtag-bar .link-button { .app-body .hashtag-bar .link-button {
color: var(--color-accent); color: var(--color-content-fg-muted);
transition: all .1s; transition: all .1s;
} }
.app-body .hashtag-bar a { .app-body .hashtag-bar a {
@ -2719,7 +2719,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
background-color: background-color:
color-mix( color-mix(
in srgb, in srgb,
var(--color-accent), var(--color-content-fg),
transparent 92% transparent 92%
); );
transition: all .3s; transition: all .3s;
@ -2741,16 +2741,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .hashtag-bar a:hover span { .app-body .hashtag-bar a:hover span {
text-decoration: none; text-decoration: none;
} }
@media (prefers-color-scheme: dark) {
.app-body .hashtag-bar a,
.app-body .hashtag-bar .link-button {
color: var(--color-accent);
}
.app-body .hashtag-bar a:hover,
.app-body .hashtag-bar .link-button:hover {
color: var(--color-content-fg);
}
}
/* ⭐ Action bar */ /* ⭐ Action bar */
.app-body .status__action-bar { .app-body .status__action-bar {

View file

@ -2706,7 +2706,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
/* Hashtag bar */ /* Hashtag bar */
.app-body .hashtag-bar a, .app-body .hashtag-bar a,
.app-body .hashtag-bar .link-button { .app-body .hashtag-bar .link-button {
color: var(--color-accent); color: var(--color-content-fg-muted);
transition: all .1s; transition: all .1s;
} }
.app-body .hashtag-bar a { .app-body .hashtag-bar a {
@ -2719,7 +2719,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
background-color: background-color:
color-mix( color-mix(
in srgb, in srgb,
var(--color-accent), var(--color-content-fg),
transparent 92% transparent 92%
); );
transition: all .3s; transition: all .3s;
@ -2741,16 +2741,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .hashtag-bar a:hover span { .app-body .hashtag-bar a:hover span {
text-decoration: none; text-decoration: none;
} }
@media (prefers-color-scheme: dark) {
.app-body .hashtag-bar a,
.app-body .hashtag-bar .link-button {
color: var(--color-accent);
}
.app-body .hashtag-bar a:hover,
.app-body .hashtag-bar .link-button:hover {
color: var(--color-content-fg);
}
}
/* ⭐ Action bar */ /* ⭐ Action bar */
.app-body .status__action-bar { .app-body .status__action-bar {

View file

@ -2706,7 +2706,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
/* Hashtag bar */ /* Hashtag bar */
.app-body .hashtag-bar a, .app-body .hashtag-bar a,
.app-body .hashtag-bar .link-button { .app-body .hashtag-bar .link-button {
color: var(--color-accent); color: var(--color-content-fg-muted);
transition: all .1s; transition: all .1s;
} }
.app-body .hashtag-bar a { .app-body .hashtag-bar a {
@ -2719,7 +2719,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
background-color: background-color:
color-mix( color-mix(
in srgb, in srgb,
var(--color-accent), var(--color-content-fg),
transparent 92% transparent 92%
); );
transition: all .3s; transition: all .3s;
@ -2741,16 +2741,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .hashtag-bar a:hover span { .app-body .hashtag-bar a:hover span {
text-decoration: none; text-decoration: none;
} }
@media (prefers-color-scheme: dark) {
.app-body .hashtag-bar a,
.app-body .hashtag-bar .link-button {
color: var(--color-accent);
}
.app-body .hashtag-bar a:hover,
.app-body .hashtag-bar .link-button:hover {
color: var(--color-content-fg);
}
}
/* ⭐ Action bar */ /* ⭐ Action bar */
.app-body .status__action-bar { .app-body .status__action-bar {