change hardcoded color

This commit is contained in:
Red Adaya 2024-11-22 21:07:44 +08:00
parent 1c3d93a9a8
commit 007330aa85

View File

@ -11,7 +11,7 @@
border-radius: 8px;
border: 0.5px solid rgba(255, 255, 255, 0.12);
background: #232323;
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 8px 32px 0px rgb(from var(--main-bg-color) r g b / 0.25);
.notification-inner {
display: flex;