mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 00:44:23 +02:00
increase tooltip readability
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
.tooltip {
|
.tooltip {
|
||||||
padding: var(--theme-spacing-sm) var(--theme-spacing-md);
|
padding: var(--theme-spacing-sm) var(--theme-spacing-md);
|
||||||
font-size: var(--theme-font-size-md);
|
font-size: var(--theme-font-size-lg);
|
||||||
|
font-weight: 500;
|
||||||
color: var(--theme-colors-surface-foreground);
|
color: var(--theme-colors-surface-foreground);
|
||||||
background: var(--theme-colors-surface);
|
background: var(--theme-colors-surface);
|
||||||
box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 60%);
|
box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 60%);
|
||||||
|
|||||||
Reference in New Issue
Block a user