Copy CSS files to installation folder
This commit is contained in:
parent
4aa2d4c5ea
commit
b408f9b763
3 changed files with 18 additions and 3 deletions
|
|
@ -2102,6 +2102,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.app-body .ui__header:has(.ui__header__links > a[href="/auth/sign_in"]) .ui__header__logo {
|
||||
position: static;
|
||||
transform: none;
|
||||
margin-left: 3px;
|
||||
}
|
||||
.app-body .tabs-bar__wrapper {
|
||||
box-shadow: none;
|
||||
display: block;
|
||||
|
|
@ -4068,7 +4073,7 @@ a:is(.active,
|
|||
color: var(--color-accent);
|
||||
}
|
||||
.app-body .button:is(.button-secondary, .button-tertiary):hover {
|
||||
background-color: var(--color-content-bg);
|
||||
background-color: var(--color-content-secondary-bg);
|
||||
color: var(--color-content-fg);
|
||||
}
|
||||
.app-body .sign-in-banner .button,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue