From ea41bea7d9e694270e4067c03f3ce378e40212d3 Mon Sep 17 00:00:00 2001 From: "@CyberAndi" Date: Wed, 31 Jan 2024 13:12:12 +0100 Subject: [PATCH] buttons --- assets/css/default.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/default.css b/assets/css/default.css index bda7be16..dff4f8c7 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -1046,10 +1046,15 @@ div { */ .pure-button, button { + text-decoration: none !important; text-shadow: none; box-shadow: 0.3em 0.3em 0.5em rgba(0,0,0,0.6); } +:is(.pure-button, button):is(:hover,:active,:focus) { + text-decoration: none !important; + text-shadow: none; +} button.pure-button-primary, body a.pure-button-primary, .channel-owner:hover,