Update custom.css

This commit is contained in:
Christoffer Martinsson 2019-07-09 08:35:34 +00:00
parent 6a24f57dcf
commit 08653ef1be

View File

@ -124,12 +124,18 @@ body {
background-color: #262626;
}
code {
.highlight code {
border-radius: 3px;
background: #303030;
color: #c6c6c6;
}
code {
border-radius: 3px;
background: #ffc7ba;
color: #ff735a;
}
article section.page pre {
background: #303030;
color: #c6c6c6;