From e40f2de9e235ca911f993997cf973197d6f4f8b6 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Wed, 29 May 2024 16:17:01 -0300 Subject: [PATCH] fix: commit new classes --- static/global.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/static/global.css b/static/global.css index 4970308..7057afe 100644 --- a/static/global.css +++ b/static/global.css @@ -27,6 +27,18 @@ } } +@media (hover: hover) { + .cannot-hover { + display: none; + } +} + +@media not all and (hover: hover) { + .can-hover { + display: none; + } +} + .animate { animation-name: anim-in; animation-delay: calc(var(--anim-delay, 0) * var(--anim-stagger, 1) * var(--start, 1));