From 12bcb26cc251d1357099654764994eae4ce166e6 Mon Sep 17 00:00:00 2001 From: Eorn Date: Sat, 2 Jan 2021 09:46:41 +0100 Subject: [PATCH] code style update --- static/css/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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; }