Turn background light.
This commit is contained in:
parent
e718672b58
commit
7bd0fcc621
|
@ -1,5 +1,5 @@
|
|||
body {
|
||||
background: #0b0a16;
|
||||
background: #fcfcfc;
|
||||
padding: 20px 50px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
@ -9,7 +9,7 @@ body {
|
|||
textarea {
|
||||
background: transparent;
|
||||
border: 0px;
|
||||
color: #fff;
|
||||
color: #000;
|
||||
padding: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
@ -43,7 +43,7 @@ textarea {
|
|||
outline: none;
|
||||
font-size: 13px;
|
||||
overflow: inherit;
|
||||
background: #0b0a16;
|
||||
background: #fcfcfc;
|
||||
}
|
||||
|
||||
#box code {
|
||||
|
@ -63,11 +63,11 @@ textarea {
|
|||
#box1 {
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
background: #0b0a16;
|
||||
background: #fcfcfc;
|
||||
}
|
||||
|
||||
#box2 {
|
||||
background: #0b0a16;
|
||||
background: #fcfcfc;
|
||||
font-size: 0px;
|
||||
padding: 0px 5px;
|
||||
}
|
||||
|
@ -113,7 +113,7 @@ textarea {
|
|||
}
|
||||
|
||||
#box3, #messages li {
|
||||
background: #0b0a16;
|
||||
background: #fcfcfc;
|
||||
font-family: Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
line-height: 14px;
|
||||
|
@ -161,7 +161,7 @@ textarea {
|
|||
}
|
||||
|
||||
#messages li {
|
||||
background:rgba(11,10,22,0.8);
|
||||
background:rgba(252,252,252,0.8);
|
||||
margin:0 auto;
|
||||
list-style:none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue