wip: colors

This commit is contained in:
Michael Costa 2023-04-08 12:03:53 +11:00
parent 6379e65e0e
commit 0eda537713
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,6 @@
.tooltip {
position: relative;
display: inline-block;
/* border-bottom: 1px dotted black; */
}
.tooltip .tooltiptext {
@ -27,13 +26,11 @@
left: 50%;
margin-left: -5px;
border-width: 5px;
/* border-style: solid; */
/* border-color: var(--alt-color) transparent transparent transparent; */
}
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
font-size: 0.5em;
font-size: 0.7em;
padding: 0.2em;
}