]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Increase `code` and `small` font size 3443/head
authormoisseev <moiseev@mezonplus.ru>
Sun, 19 Jul 2020 17:21:36 +0000 (20:21 +0300)
committermoisseev <moiseev@mezonplus.ru>
Sun, 19 Jul 2020 17:21:36 +0000 (20:21 +0300)
interface/css/rspamd.css

index 194f1e6c96bf10372f0fa24a4a318180e8aaefcd..e23071a9644947c7b23a1a8582ea8871ea24ac57 100644 (file)
@@ -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;
 }