diff --git a/Userland/Libraries/LibWeb/CSS/Properties.json b/Userland/Libraries/LibWeb/CSS/Properties.json index 3b83a4224a..b20097190e 100644 --- a/Userland/Libraries/LibWeb/CSS/Properties.json +++ b/Userland/Libraries/LibWeb/CSS/Properties.json @@ -175,6 +175,10 @@ "inherited": false, "initial": "auto" }, + "box-shadow":{ + "inherited": false, + "initial": "none" + }, "caption-side": { "inherited": true, "initial": "top"