🐛 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
2 changed files with 6 additions and 0 deletions
@@ -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%;
@@ -97,6 +97,7 @@
&::selection {
background: var(--color-accent-background-select);
color: var(--color-static-white);
}
&::placeholder {