forked from abner/for-legacy-web
chore(tooltips): reworked tooltip design
This commit is contained in:
@@ -8,14 +8,16 @@
|
||||
|
||||
.tippy-box {
|
||||
color: var(--foreground);
|
||||
background: var(--secondary-background);
|
||||
background: var(--tooltip, var(--background));
|
||||
}
|
||||
|
||||
.tippy-content {
|
||||
padding: 8px;
|
||||
font-size: 12px;
|
||||
padding: 6px 10px;
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
.tippy-arrow {
|
||||
color: var(--secondary-background);
|
||||
color: var(--tooltip);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user