background color

This commit is contained in:
shrkey
2016-09-23 22:56:46 +01:00
parent b88bf6f891
commit 43633fa3af

View File

@@ -463,10 +463,11 @@ body.no-literate .content pre > code:hover::-webkit-scrollbar-thumb {
}
@media (max-width: 1180px) {
.content pre > code {
background: #f3f6fb;
border: solid 1px #e7eaee;
/*background: #f3f6fb;*/
background: #2e2e2e;
/*border: solid 1px #e7eaee;
border-top: solid 1px #dbdde2;
border-left: solid 1px #e2e5e9;
border-left: solid 1px #e2e5e9;*/
display: block;
padding: 10px;
-webkit-border-radius: 2px;