From 559a57ffd8bd60321c8524ae27f86ebdadd48299 Mon Sep 17 00:00:00 2001 From: gesang Date: Mon, 10 Mar 2025 19:38:19 +0100 Subject: [PATCH] getting rid of more stupidity in css: transition, border-radius in switches --- custom/common_libs.custom.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/custom/common_libs.custom.html b/custom/common_libs.custom.html index 0a9aa77f..b6c58fb6 100644 --- a/custom/common_libs.custom.html +++ b/custom/common_libs.custom.html @@ -32,6 +32,11 @@ * { border-radius: 0!important; backdrop-filter: unset!important; + transition: unset!important; +} +*:before { + border-radius: 0!important; + transition: unset!important; } :where(nav li)::before { float: none;