easier to read?
This commit is contained in:
parent
d77274047c
commit
c8d037c781
1 changed files with 4 additions and 1 deletions
5
base.css
5
base.css
|
@ -7,7 +7,7 @@
|
|||
body {
|
||||
font-family: monospace;
|
||||
font-size: 15px;
|
||||
color: #777;
|
||||
color: #FFF;
|
||||
background-color: #000;
|
||||
width: 100%;
|
||||
overflow: none;
|
||||
|
@ -70,3 +70,6 @@ li { padding-left:16px; }
|
|||
opacity: 1.0;
|
||||
filter: alpha(opacity=100);
|
||||
}
|
||||
a {
|
||||
color: #0FF;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue