lib/slinky/templates/inject.css in slinky-0.8.0 vs lib/slinky/templates/inject.css in slinky-0.8.1
- old
+ new
@@ -9,11 +9,12 @@
background-color: rgb(141, 55, 55);
text-align: center;
font-size: 2.5em;
line-height: 2.5em;
color: whitesmoke;
- text-shadow: -1px -1px rgba(0, 0, 0, 0.2)
+ text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
+ z-index: 100000;
}
body:after {
font-family: Helvetica, Arial, Sans-Serif;
content: '{REPLACE_ERRORS}';
@@ -22,6 +23,7 @@
padding: 20px 50px;
font-size: 1.25em;
color: black;
background-color: whitesmoke;
border-bottom: 1px solid #aaa;
+ z-index: 100000;
}
\ No newline at end of file