chore: tweak searchbar styles

This commit is contained in:
Steven
2024-05-08 22:50:13 +08:00
parent a4235bb4bf
commit 33133ea1a3
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ body {
}
html.dark {
color-scheme: dark;
scrollbar-color: hsla(0, 0%, 100%, .4) hsla(0, 0%, 100%, .029);
scrollbar-color: hsla(0, 0%, 100%, 0.4) hsla(0, 0%, 100%, 0.029);
}
html.light {
color-scheme: light;
}
}