diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ea496b4..e4d8c2a5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * Made `modular` blueprint more flexible * Objects: Add protected function `getElement()` to get serialized value for a single property * `ObjectPropertyTrait`: Added protected functions `isPropertyLoaded()`, `offsetLoad()`, `offsetPrepare()` and `offsetSerialize()` + * Slight modification of Whoops error colors * Updated vendor libs to latest 1. [](#bugfix) * Date ordering should always be numeric [#1810](https://github.com/getgrav/grav/issues/1810) diff --git a/system/assets/whoops.css b/system/assets/whoops.css index c50aae385..18453b108 100644 --- a/system/assets/whoops.css +++ b/system/assets/whoops.css @@ -1,5 +1,5 @@ body header { - background: #8552A2; + background: #3085EE; } body .left-panel {