Fixed colors
All checks were successful
Publish Library / Build NPM Project (push) Successful in 11s
Publish Library / Tag Version (push) Successful in 5s
Publish Library / Publish CDN & Docs (push) Successful in 19s

This commit is contained in:
2024-11-19 20:36:06 -05:00
parent 00f290c861
commit 0ec350aae7
3 changed files with 4 additions and 4 deletions

View File

@ -187,7 +187,7 @@ option { color: black !important; }
right: 0;
bottom: 0;
background-color: var(--theme-#{$color});
filter: saturate(.5) brightness(250%);
filter: saturate(.5) brightness(150%);
border-radius: inherit;
z-index: -1;
}