Copy CSS files to installation folder

This commit is contained in:
nileane 2024-03-12 14:19:26 +00:00 committed by github-actions[bot]
commit 178410e297
3 changed files with 15 additions and 0 deletions

View file

@ -532,6 +532,10 @@ body.app-body {
background: transparent;
}
:root {
--background-filter: none;
}
.app-body .account__avatar img {
border-radius: 50%;
}
@ -4017,6 +4021,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .account__header__bio .account__header__fields {
background-color: var(--color-content-secondary-bg);
border-radius: 8px;
border: 0;
}
@media (prefers-color-scheme: dark) {
.app-body .account__header__bio .account__header__fields {