From 5af7e26ad8888a1fd2e76394bda0e6027baf91f3 Mon Sep 17 00:00:00 2001 From: Kouya Heika Date: Wed, 6 Aug 2025 03:13:08 -0500 Subject: [PATCH] Remove inset border-style on dashboard alerts --- core/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/core/style.css b/core/style.css index 266f04b..f1ac679 100644 --- a/core/style.css +++ b/core/style.css @@ -1110,7 +1110,6 @@ body.dashboard .dash-container .primary .mainbox .alert { margin: 4px; background: var(--secondary-container-background); border: var(--secondary-container-border); - border-style: inset; } body.dashboard .dash-container .primary .mainbox .alert.unread .content {