Skip to content

Commit 606de20

Browse files
committed
Commented out tooltip style
1 parent be70f42 commit 606de20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* Tooltip style on the code block */
2-
div[class="absolute top-11 left-1/2 transform -translate-x-1/2 -translate-y-1/2 hidden group-hover:block text-white rounded-lg px-1.5 py-0.5 text-xs bg-primary-dark"] {
3-
color:#1A1B1F;
2+
/* div[class="absolute top-11 left-1/2 transform -translate-x-1/2 -translate-y-1/2 hidden group-hover:block text-white rounded-lg px-1.5 py-0.5 text-xs bg-primary-dark"] {
3+
color: #1a1b1f;
44
border-radius: 0.25rem;
5-
}
5+
} */
66

77
/* Link anchor active state - icon container */
88
div[class="mr-4 rounded-md p-1"] {
@@ -14,4 +14,4 @@ div[class="mr-4 rounded-md p-1"] {
1414
div[class="mr-4 rounded-md p-1 zinc-box group-hover:brightness-100 group-hover:ring-0 ring-1 ring-gray-950/5 dark:ring-gray-700/40"] {
1515
border-radius: 0.25rem;
1616
border: 1px solid transparent;
17-
}
17+
}

0 commit comments

Comments
 (0)