diff --git a/src/scss/app.scss b/src/scss/app.scss index 5c8a684..e8f64de 100644 --- a/src/scss/app.scss +++ b/src/scss/app.scss @@ -240,6 +240,13 @@ article { } } +code { + background: #1e1e1e !important; + color: #dcdcda !important; + font-size: inherit !important; + padding: 3px; +} + pre { background: #1e1e1e !important; border-radius: 5px;