Tweak window shadows

This commit is contained in:
Dustin Brett 2024-01-08 22:03:01 -08:00
parent 949b0da0d4
commit d034228df6

View File

@ -50,8 +50,8 @@ const colors = {
background: "#808080",
outline: "hsla(0, 0%, 25%, 75%)",
outlineInactive: "hsla(0, 0%, 30%, 100%)",
shadow: "0 0 12px 0 rgba(0, 0, 0, 50%)",
shadowInactive: "0 0 8px 0 rgba(0, 0, 0, 50%)",
shadow: "0 0 14px 0 rgba(0, 0, 0, 50%)",
shadowInactive: "0 0 10px 0 rgba(0, 0, 0, 45%)",
},
};