diff --git a/static/css/style.css b/static/css/style.css index 27f38cf..68e5bc9 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -417,6 +417,17 @@ article .post-content { background-size: 30px; } +.page-content .highlight table { + font-size: 0.8em; + border: 1px dashed grey !important; + padding: 10px !important; + background-color: #323738 !important; +} +.page-content .highlight pre { + background-color: #323738 !important; +} + + figure { padding: 5px; border: 1px dotted #bbb677; @@ -531,4 +542,6 @@ figure.audiofig audio { #navbar { min-height: 75px; } + .page-content .highlight { + max-width: 800px; }