mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-21 01:13:08 -07:00
Do some style changes
This commit is contained in:
parent
f2f239fb3b
commit
8b14d90370
2 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
body {
|
||||
background: #002B36;
|
||||
background: #1E1F22;
|
||||
padding: 20px 50px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmai
|
|||
display: block;
|
||||
overflow-x: auto;
|
||||
padding: 0.5em;
|
||||
background: #002b36;
|
||||
background: #1E1F22;
|
||||
color: #839496;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue