diff --git a/src/components/BoxGraphic.tsx b/src/components/BoxGraphic.tsx index 0874a3a..9385281 100644 --- a/src/components/BoxGraphic.tsx +++ b/src/components/BoxGraphic.tsx @@ -26,7 +26,7 @@ const BoxGraphic = ({id, children, className}: BoxGraphicProps) => { {/* Matrix applies isometric transform, rotate for adjustment, translate to place on top of box */} - .text { @apply transition-opacity opacity-30; } &:hover { > .text { @apply opacity-100; }