diff --git a/Userland/Libraries/LibWeb/CSS/Default.css b/Userland/Libraries/LibWeb/CSS/Default.css index d579f7e52d..b07ad97099 100644 --- a/Userland/Libraries/LibWeb/CSS/Default.css +++ b/Userland/Libraries/LibWeb/CSS/Default.css @@ -786,10 +786,10 @@ progress { progress::-webkit-progress-bar { width: inherit; height: inherit; - background-color: grey; + background-color: hsl(0, 0%, 96%); } progress::-webkit-progress-value { height: inherit; - background-color: green; + background-color: hsl(204, 86%, 53%); }