grav/system/assets/whoops.css

20 lines
233 B
CSS
Raw Permalink Normal View History

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