🐛 Fix wrong selection color on inputs (#11400)

This commit is contained in:
Luis de Dios 2026-08-27 18:32:22 +02:00 committed by GitHub
parent 43bbf756b0
commit 11224940ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,11 @@ body {
scrollbar-width: thin;
}
::selection {
background: var(--color-accent-background-select);
color: var(--color-static-white);
}
img {
height: auto;
width: 100%;

View File

@ -97,6 +97,7 @@
&::selection {
background: var(--color-accent-background-select);
color: var(--color-static-white);
}
&::placeholder {