Enhance .offline-dot style specificity

Added !important to the box-shadow property in the
.offline-dot class in common.css to ensure it takes
precedence over conflicting styles while keeping other
properties unchanged.
This commit is contained in:
DJObleezy 2025-04-17 19:43:27 -07:00
parent eef2414ae2
commit 9a5c93036a

View File

@ -254,7 +254,7 @@ h1 {
position: relative;
top: -1px;
animation: glow 3s infinite;
box-shadow: 0 0 10px red, 0 0 20px red;
box-shadow: 0 0 10px red, 0 0 20px red !important;
}
@keyframes glowRed {