dark background for code
This commit is contained in:
parent
08e608a617
commit
4165852664
1 changed files with 11 additions and 6 deletions
|
@ -1,8 +1,3 @@
|
||||||
div.highlight pre {
|
|
||||||
/* background-color: #fefbf3; */
|
|
||||||
background-color: #fefbf3;
|
|
||||||
margin: 0 0 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
strong { color: rgb(200, 200, 200) }
|
strong { color: rgb(200, 200, 200) }
|
||||||
|
|
||||||
|
@ -66,5 +61,15 @@ h2 > a { color: rgb(200, 200, 200) }
|
||||||
.social a[href*='twitter.com']:before {content: url('./images/icons/twitter.png');}
|
.social a[href*='twitter.com']:before {content: url('./images/icons/twitter.png');}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
color: #208050;
|
/* color: #208050; */
|
||||||
|
color: #00a0a0;
|
||||||
|
background-color: #010101;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.highlight pre {
|
||||||
|
/* background-color: #fefbf3; */
|
||||||
|
color: #00a0a0;
|
||||||
|
background-color: #010101;
|
||||||
|
margin: 0 0 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue