From cda0865203c2d3f99d652349ea6afa8633ee95f6 Mon Sep 17 00:00:00 2001 From: Walker Waylon Scott Date: Sun, 23 Jul 2017 13:43:57 -0500 Subject: [PATCH] added selectors for index --- src/static/css/custom.css | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/static/css/custom.css b/src/static/css/custom.css index 3802393..da8e8a3 100644 --- a/src/static/css/custom.css +++ b/src/static/css/custom.css @@ -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; -}*/ \ No newline at end of file +}*/ +}