update tooltip

This commit is contained in:
Álvaro 2024-06-14 02:57:55 +02:00
parent a5cb6dc299
commit c3de834f57

View File

@ -12,5 +12,7 @@
.has-tooltip:hover .tooltip {
visibility: visible;
z-index: 100;
background-color:lightsteelblue;
border: 1px solid #333;
background-color: whitesmoke;
border-radius: 12px;
}