diff --git a/static/css/custom.css b/static/css/custom.css index b29f1c2..57c063e 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -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;