Files
archived-web-pres2/style-black.css
Derick Rethans dcb2cddc77 Tweaks to styles
2016-03-05 13:39:20 -06:00

17 lines
217 B
CSS

body
{
background-color: black !important;
color: white !important;
}
h1 {
position: absolute;
background-color: rgba( 255, 255, 255, 0.8) !important;
width: 100%;
text-align: center;
}
img {
z-index: -4;
}