From: moisseev Date: Sun, 19 Jul 2020 17:21:36 +0000 (+0300) Subject: [Minor] Increase `code` and `small` font size X-Git-Tag: 2.6~226^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c630f995c28d4aa1af48ddc15d18c37698a16143;p=rspamd.git [Minor] Increase `code` and `small` font size --- diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index 194f1e6c9..e23071a96 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -30,6 +30,13 @@ THE SOFTWARE. body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } +code { + font-size: 90%; +} +small, +.small { + font-size: 85%; +} .text-secondary { color: #666 !important; }