commit c630f99: [Minor] Increase `code` and `small` font size

moisseev moiseev at mezonplus.ru
Sun Jul 19 19:42:14 UTC 2020


Author: moisseev
Date: 2020-07-19 20:21:36 +0300
URL: https://github.com/rspamd/rspamd/commit/c630f995c28d4aa1af48ddc15d18c37698a16143 (refs/pull/3443/head)

[Minor] Increase `code` and `small` font size

---
 interface/css/rspamd.css | 7 +++++++
 1 file changed, 7 insertions(+)

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;
 }


More information about the Commits mailing list