Add dark theme
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user