feat: black background for tooltips

This commit is contained in:
mco-system 2023-04-11 06:49:29 +11:00
parent a8b8b2615d
commit 06a6f08da7
1 changed files with 2 additions and 2 deletions

View File

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