updated theme
This commit is contained in:
parent
4a53125c54
commit
5909e51f8a
7 changed files with 33 additions and 21 deletions
|
|
@ -58,7 +58,7 @@ onUnmounted(() => document.removeEventListener('click', onClickOutside))
|
|||
right: 0;
|
||||
top: 100%;
|
||||
margin-top: 0.5rem;
|
||||
background: white;
|
||||
background: var(--card-background);
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 0.5rem;
|
||||
list-style: none;
|
||||
|
|
@ -75,7 +75,7 @@ onUnmounted(() => document.removeEventListener('click', onClickOutside))
|
|||
}
|
||||
|
||||
.dropdown li:hover {
|
||||
background: #f0f0f0;
|
||||
background: var(--color-list-item-hover);
|
||||
}
|
||||
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue