Browse Source

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

tags/2.6
moisseev 3 years ago
parent
commit
c630f995c2
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      interface/css/rspamd.css

+ 7
- 0
interface/css/rspamd.css View 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;
}

Loading…
Cancel
Save