File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 */
88div [class = "mr-4 rounded-md p-1" ] {
@@ -14,4 +14,4 @@ div[class="mr-4 rounded-md p-1"] {
1414div [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+ }
You can’t perform that action at this time.
0 commit comments