From 8b14d903709280bc63b9f669991e80a6bf3338a9 Mon Sep 17 00:00:00 2001 From: Kenox Date: Thu, 3 Nov 2022 08:33:35 +0100 Subject: [PATCH] Do some style changes --- static/application.css | 12 ++++++------ static/solarized_dark.css | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/static/application.css b/static/application.css index 8bd3131..6617d79 100644 --- a/static/application.css +++ b/static/application.css @@ -1,5 +1,5 @@ body { - background: #002B36; + background: #1E1F22; padding: 20px 50px; margin: 0px; } @@ -45,7 +45,7 @@ textarea { border: 0px; outline: none; font-size: 13px; - overflow: inherit; + overflow: inherit; } #box code { @@ -65,11 +65,11 @@ textarea { #box1 { padding: 5px; text-align: center; - background: #00222b; + background: #2B2D30; } #box2 { - background: #08323c; + background: #2B2D30; font-size: 0px; padding: 0px 5px; } @@ -115,7 +115,7 @@ textarea { } #box3, #messages li { - background: #173e48; + background: #3D3F41; font-family: Helvetica, sans-serif; font-size: 12px; line-height: 14px; @@ -129,7 +129,7 @@ textarea { } #box3 .shortcut { - color: #c4dce3; + color: #fff; font-weight: normal; } diff --git a/static/solarized_dark.css b/static/solarized_dark.css index b4c0da1..e8b4c02 100644 --- a/static/solarized_dark.css +++ b/static/solarized_dark.css @@ -8,7 +8,7 @@ Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull