fix: minor cli error
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-12-04 09:18:37 +01:00
parent 43e02ca00e
commit 034148841f
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ async function fetch() {
display: inline-block;
}
.header.link:hover {
color: lighten($primary, 20%);
color: rgba(var(--q-primary), 0.8);
}
.q-checkbox {
& .q-checkbox__label {