feat: add more colours to dark theme
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
parent
5a8ce74d04
commit
cb61754c0a
5 changed files with 13 additions and 7 deletions
|
@ -27,7 +27,7 @@ const props = defineProps<{ options: DropdownOption[] }>();
|
|||
}
|
||||
|
||||
.dropdown-option {
|
||||
border: .09rem solid rgb(70, 70, 70);
|
||||
border: .09rem solid var(--padding-color);
|
||||
}
|
||||
|
||||
.dropdown-button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue