mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
8 lines
262 B
CSS
8 lines
262 B
CSS
.tooltip {
|
|
padding: var(--theme-spacing-sm) var(--theme-spacing-md);
|
|
font-size: var(--theme-font-size-md);
|
|
color: var(--theme-colors-surface-foreground);
|
|
background: var(--theme-colors-surface);
|
|
box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 60%);
|
|
}
|