change hardcoded colors

This commit is contained in:
Red Adaya 2024-11-22 16:32:59 +08:00
parent 145fcc282a
commit 1c3d93a9a8

View File

@ -73,9 +73,9 @@
align-items: flex-start;
gap: 12px;
border-radius: 8px;
border: 0.5px solid rgba(255, 255, 255, 0.12);
border: 0.5px solid rgb(from var(--main-text-color) r g b / 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);
&.hovered {
background: #292929;