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 +}*/ +}