mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
Tweak window shadows
This commit is contained in:
parent
949b0da0d4
commit
d034228df6
|
|
@ -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%)",
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user