Add dark theme

This commit is contained in:
oakes
2014-04-01 16:45:58 -04:00
parent ccff9ec4bd
commit 8085e4eaa5
2 changed files with 58 additions and 97 deletions

View File

@@ -1,3 +1,13 @@
body {
font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
background-color: #293134;
color: #c1cbc2;
}
a {
color: #c1cbc2;
}
.sidebar {
width: 240px;
height: 100%;
@@ -45,7 +55,7 @@
}
.java {
background: lightgray;
background: #444;
}
.j-text {
@@ -73,5 +83,4 @@
}
.j-doc {
font-style: italic;
}