Slight change in Whoops colors

This commit is contained in:
Andy Miller
2018-01-19 10:31:33 -07:00
parent 5a27977452
commit 758ea8f581
2 changed files with 2 additions and 1 deletions

View File

@@ -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)

View File

@@ -1,5 +1,5 @@
body header {
background: #8552A2;
background: #3085EE;
}
body .left-panel {