diff options
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index bbc31d4f6..3cb45a368 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -154,10 +154,6 @@ input[type="file"].form-control{ border-top-right-radius: 0; } -.address{ - font-family: monospace; -} - .address span{ display: block; padding: 0.1em; @@ -165,6 +161,10 @@ input[type="file"].form-control{ pre { white-space: pre-wrap; + font-size: 1rem; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, + "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } .raw-description{ |