chore(tooltips): reworked tooltip design

This commit is contained in:
trashtemp
2022-01-13 17:31:15 +01:00
parent 3b4227d4ba
commit a7c63c639e
4 changed files with 11 additions and 6 deletions

View File

@@ -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);
}