1
0

Remove paw-queued styles from index.html

This commit is contained in:
2025-05-26 11:43:54 +02:00
parent 9dd07a32a7
commit b3cde48c5c

View File

@@ -198,10 +198,6 @@
transition: transform 0.18s cubic-bezier(0.4,0.2,0.6,1);
pointer-events: none;
}
li:hover .paw-queued {
opacity: 0.88;
filter: drop-shadow(0 3px 4px rgba(0,0,0,0.17));
}
</style>
</head>
<body class="flex h-screen bg-white">