added selectors for index

This commit is contained in:
Walker Waylon Scott 2017-07-23 13:43:57 -05:00
parent e2e92abd0f
commit cda0865203

View file

@ -14,6 +14,22 @@ body{
}
pre {
white-space:nowrap;
padding:1px;
border:1px;
background-color: rgba(1,1,1,1);
margin:1px auto;
border:0;
}
.hljs {
border-color: #0C243B;
background: #384c65;
}
#top-image{
background-image: url("/static/top.png");
background-repeat: repeat;
@ -30,6 +46,8 @@ body{
}
/*@keyframes fadein{
0% { opacity:0; }
66% { opacity:0; }
@ -191,4 +209,5 @@ body{
.active{
background-color:#0071A7;
}*/
}*/
}