diff --git a/index.html b/index.html index fc50a85..52b0c61 100644 --- a/index.html +++ b/index.html @@ -15,9 +15,31 @@ url('https://cdn.jsdelivr.net/gh/darkwiiplayer/css@main/schemes/talia.css') layer(theme); + :root { + --color: #4af; + } + better-select { - color: black; - background: white; + background: var(--background); + + &::part(search) { + border-radius: 3px; + border: 1px solid var(--color); + } + &::part(search):focus { + outline: 2px solid color-mix(in hsl, var(--color), transparent 60%); + } + + &:focus { + outline: 2px solid var(--color); + } + &:state(--open) { + outline: none; + } + &::part(item):focus { + color: var(--color); + background-color: color-mix(in hsl, var(--color), transparent 80%); + } } md-block:not([rendered]) { display: none } @@ -28,12 +50,15 @@
A better muli-option input box for HTML
-