From e66d1f4d7906f58a3d881c19e00c771bd40a24bd Mon Sep 17 00:00:00 2001 From: AnasHost <41167157+Anashost@users.noreply.github.com> Date: Tue, 2 Jun 2026 17:08:02 +0200 Subject: [PATCH] Update battery.md Removed box-shadow properties from two sections of battery styling. --- battery.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/battery.md b/battery.md index d1038ae..de2fe8c 100644 --- a/battery.md +++ b/battery.md @@ -684,11 +684,6 @@ card_mod: --stripe-speed: {{ '1.1s' if charging else '6.5s' }}; --breath-speed: {{ '1.4s' if charging else '3.8s' }}; - box-shadow: - 0 10px 26px rgba(0,0,0,0.38), - inset 0 1px 0 rgba(255,255,255,0.04), - inset 0 -1px 0 rgba(0,0,0,0.25); - padding-bottom: 28px !important; transition: all 0.3s ease; overflow: hidden; @@ -824,11 +819,6 @@ card_mod: --stripe-speed: {{ '1.1s' if charging else '6.5s' }}; --breath-speed: {{ '1.4s' if charging else '3.8s' }}; - box-shadow: - 0 10px 26px rgba(0,0,0,0.38), - inset 0 1px 0 rgba(255,255,255,0.04), - inset 0 -1px 0 rgba(0,0,0,0.25); - padding-bottom: 28px !important; transition: all 0.3s ease; overflow: hidden;