mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
8 lines
244 B
CSS
8 lines
244 B
CSS
.dropdown {
|
|
padding: var(--theme-spacing-xs);
|
|
color: var(--theme-colors-foreground);
|
|
background: var(--theme-colors-background);
|
|
border: 1px solid var(--theme-colors-border);
|
|
filter: drop-shadow(0 0 5px rgb(0 0 0 / 50%));
|
|
}
|