beta #4

Merged
doug713705 merged 203 commits from beta into master 2023-04-20 15:11:59 +02:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 09a5ca76ef - Show all commits

View File

@ -28,11 +28,12 @@
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: var(--alt-color) transparent transparent transparent;
/* border-color: var(--alt-color) transparent transparent transparent; */
}
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
font-size: 1em;
padding: 0.5em;
}