Copy CSS files to installation folder

This commit is contained in:
nileane 2023-12-19 19:34:44 +00:00 committed by github-actions[bot]
commit 3024d36a0e
3 changed files with 13 additions and 1 deletions

View file

@ -1138,6 +1138,7 @@ body.app-body {
.app-body .poll__option input[type=text] {
border-radius: 8px;
border: 1px solid var(--color-lines);
background-color: var(--color-content-bg);
}
.app-body .poll__option input[type=text]:focus {
border-color: var(--color-accent);
@ -1146,6 +1147,9 @@ body.app-body {
margin-top: 5px;
padding-inline-start: 25px;
}
.app-body .compose-form__poll__select__label {
color: var(--color-content-fg)
}
.app-body .compose-form__poll__select__value {
color: var(--color-accent);
}