Skip to content

Commit

Permalink
Slight change in Whoops colors
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Jan 19, 2018
1 parent 5a27977 commit 758ea8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion system/assets/whoops.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body header {
background: #8552A2;
background: #3085EE;
}

body .left-panel {
Expand Down

0 comments on commit 758ea8f

Please sign in to comment.