Files
Grav/system/assets/whoops.css

20 lines
233 B
CSS
Raw Normal View History

2014-10-14 19:05:42 -06:00
body header {
2018-01-19 10:31:33 -07:00
background: #3085EE;
2014-10-14 21:46:51 -06:00
}
2015-12-20 12:32:23 -07:00
body .left-panel {
background: inherit;
}
2014-10-14 19:05:42 -06:00
body .exc-title-primary {
2015-12-20 12:30:15 -07:00
color: #fff;
2014-10-14 19:05:42 -06:00
}
body .exc-title {
2015-12-20 12:30:15 -07:00
color: #ddd;
2014-10-14 19:05:42 -06:00
}
body .frame:not(.active):hover {
2015-12-20 12:30:15 -07:00
background: #e6e6e6;
2014-10-14 19:05:42 -06:00
}