Add option to dark themes

This commit is contained in:
Yuri Pratama 2016-10-31 23:59:34 +07:00
parent 5431770158
commit 451eff3a7b
1 changed files with 3 additions and 1 deletions

View File

@ -75,14 +75,16 @@ pre {
code {
border-radius: 0;
background-color: #f5f5f5;
background-color: #303030;
padding: 0.2em 0;
color: white;
}
.highlight {
margin-left: 0;
margin-right: 0;
border-radius: 0;
background-color: #303030;
}
// #facebook.pluginButton {