Bug [.cm-searching] The search color is too bright on AdminCP Templates (Dark mode)

There is a bug in this version
Y

Yenxji

Guest
Code:

Code:
.cm-searching {
background-color: hsla(60, 100%, 50%, 0.4);
}
Before:
1735953750685.webp

Code:

Code:
.cm-searching {
background-color: hsl(0deg 100% 26.38% / 40%)
}
After:
1735953844509.webp

1735954009489.webp

Continue reading...