feat: black background for tooltips
This commit is contained in:
parent
a8b8b2615d
commit
06a6f08da7
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
.tooltip .tooltiptext {
|
.tooltip .tooltiptext {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
background-color: var(--main-color);
|
background-color: var(--alt-main-color);
|
||||||
color: var(--alt-main-color);
|
color: var(--main-color);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user