Change the look.
This commit is contained in:
parent
a541630848
commit
dca3237a71
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue