wip: colors

This commit is contained in:
Michael Costa
2023-04-08 11:57:47 +11:00
parent 14adfbe5fb
commit 47901cea2d
2 changed files with 12 additions and 12 deletions

View File

@@ -6,7 +6,6 @@
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: var(--main-color);
color: var(--alt-color);
text-align: center;
@@ -18,7 +17,7 @@
left: 50%;
margin-left: -60px;
opacity: 0;
transition: opacity 0.3s;
transition: opacity 1s;
}
.tooltip .tooltiptext::after {
@@ -35,4 +34,5 @@
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
font-size: 1em;
}