This commit is contained in:
Viet An
2026-07-04 13:46:14 +07:00
parent b06907097c
commit b6766ba7d0
19 changed files with 397 additions and 680 deletions

View File

@@ -16,8 +16,8 @@
// Tooltip Styles
.tooltiptext {
opacity: 0;
background-color: var(--bulma-primary-95);
color: var(--bulma-primary-bold);
background-color: hsl(from var(--bulma-black-bis) h s l / 0.7);
color: var(--bulma-white-bis);
border-radius: 6px;
position: absolute;
margin-left: 0px;
@@ -27,7 +27,7 @@
padding: 0.4rem 0.6rem;
font-size: 13px;
pointer-events: none;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
backdrop-filter: blur(2px);
}
.control:hover .tooltiptext {