mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-09 15:46:24 +02:00
Gelato: ErroHandler styles updates
This commit is contained in:
@ -5,12 +5,12 @@
|
|||||||
<title>Error</title>
|
<title>Error</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
background: #eee;
|
background: #F5F5F5;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
#gelato-error {
|
#gelato-error {
|
||||||
background:#eee;
|
background:#F5F5F5;
|
||||||
color:0;
|
color:0;
|
||||||
width:100%;
|
width:100%;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
@ -25,12 +25,12 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#gelato-error a {
|
#gelato-error a {
|
||||||
color:#cc0a0a;
|
color:#DC143C;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#gelato-error .error {
|
#gelato-error .error {
|
||||||
background:#cc0a0a;
|
background:#DC143C;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
font-size:24px;
|
font-size:24px;
|
||||||
font-weight:700;
|
font-weight:700;
|
||||||
|
Reference in New Issue
Block a user