From dca3237a71b4f95f8990b2d48bca6155093bedf6 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Wed, 17 Jul 2019 16:38:49 +0530 Subject: [PATCH] Change the look. --- static/application.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/static/application.css b/static/application.css index 28087e3..e4c2ad2 100644 --- a/static/application.css +++ b/static/application.css @@ -1,5 +1,5 @@ body { - background: #002B36; + background: #0b0a16; padding: 20px 50px; margin: 0px; } @@ -22,7 +22,7 @@ textarea { /* the line numbers */ #linenos { - color: #7d7d7d; + color: #7d7d7d; z-index: -1000; position: absolute; top: 20px; @@ -42,7 +42,8 @@ textarea { border: 0px; outline: none; font-size: 13px; - overflow: inherit; + overflow: inherit; + background: #0b0a16; } #box code { @@ -62,11 +63,11 @@ textarea { #box1 { padding: 5px; text-align: center; - background: #00222b; + background: #0b0a16; } #box2 { - background: #08323c; + background: #0b0a16; font-size: 0px; padding: 0px 5px; } @@ -112,7 +113,7 @@ textarea { } #box3, #messages li { - background: #173e48; + background: #0b0a16; font-family: Helvetica, sans-serif; font-size: 12px; line-height: 14px; @@ -160,7 +161,7 @@ textarea { } #messages li { - background:rgba(23,62,72,0.8); + background:rgba(11,10,22,0.8); margin:0 auto; list-style:none; }