diff options
author | moisseev <moiseev@mezonplus.ru> | 2020-07-19 20:21:36 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2020-07-19 20:21:36 +0300 |
commit | c630f995c28d4aa1af48ddc15d18c37698a16143 (patch) | |
tree | b079e3c0aeeee1475eb0828477632a6ad4ab81d8 /interface | |
parent | 9c4c2b9e24e5ea51f51a49eb8887363cea656aeb (diff) | |
download | rspamd-c630f995c28d4aa1af48ddc15d18c37698a16143.tar.gz rspamd-c630f995c28d4aa1af48ddc15d18c37698a16143.zip |
[Minor] Increase `code` and `small` font size
Diffstat (limited to 'interface')
-rw-r--r-- | interface/css/rspamd.css | 7 |
1 files changed, 7 insertions, 0 deletions
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; } |