[mod] simple theme: colors, autocomplete, border

* change colors, autocomplete, delete border in some places
This commit is contained in:
Monty 2022-03-30 17:09:40 +02:00 committed by mrpaulblack
parent 2bc836e85d
commit 2115f6565e
6 changed files with 100 additions and 51 deletions

View file

@ -51,11 +51,12 @@
display: block;
background-color: var(--color-autocomplete-background);
color: var(--color-autocomplete-font);
border: 1px solid var(--color-autocomplete-border);
max-height: 32rem;
overflow-y: auto;
z-index: 100;
margin-top: 3.2rem;
margin-top: 3.5rem;
border-radius: 0.8rem;
box-shadow: 0 2px 8px rgb(34 38 46 / 25%);
&:empty {
display: none;