Do some style changes

This commit is contained in:
Kenox 2022-11-03 08:33:35 +01:00
commit 8b14d90370
2 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
body { body {
background: #002B36; background: #1E1F22;
padding: 20px 50px; padding: 20px 50px;
margin: 0px; margin: 0px;
} }
@ -45,7 +45,7 @@ textarea {
border: 0px; border: 0px;
outline: none; outline: none;
font-size: 13px; font-size: 13px;
overflow: inherit; overflow: inherit;
} }
#box code { #box code {
@ -65,11 +65,11 @@ textarea {
#box1 { #box1 {
padding: 5px; padding: 5px;
text-align: center; text-align: center;
background: #00222b; background: #2B2D30;
} }
#box2 { #box2 {
background: #08323c; background: #2B2D30;
font-size: 0px; font-size: 0px;
padding: 0px 5px; padding: 0px 5px;
} }
@ -115,7 +115,7 @@ textarea {
} }
#box3, #messages li { #box3, #messages li {
background: #173e48; background: #3D3F41;
font-family: Helvetica, sans-serif; font-family: Helvetica, sans-serif;
font-size: 12px; font-size: 12px;
line-height: 14px; line-height: 14px;
@ -129,7 +129,7 @@ textarea {
} }
#box3 .shortcut { #box3 .shortcut {
color: #c4dce3; color: #fff;
font-weight: normal; font-weight: normal;
} }

View file

@ -8,7 +8,7 @@ Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmai
display: block; display: block;
overflow-x: auto; overflow-x: auto;
padding: 0.5em; padding: 0.5em;
background: #002b36; background: #1E1F22;
color: #839496; color: #839496;
} }