From a26ef341f790de462c50f3c86b979fbd37552a28 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 21 May 2021 19:30:24 +0100 Subject: [PATCH] Font sizes --- epicyon-profile.css | 4 ++++ theme/hacker/theme.json | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 0ee6b0695..e1cc91c4d 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -88,6 +88,7 @@ --quote-right-margin: 0.1em; --quote-font-weight: normal; --quote-font-size: 120%; + --quote-font-size-mobile: 120%; --line-spacing: 180%; --line-spacing-newswire: 120%; --newswire-item-moderated-color: white; @@ -1692,6 +1693,9 @@ div.container { font-size: var(--font-size-mobile); color: var(--title-color); } + blockquote { + font-size: var(--quote-font-size-mobile); + } .accountsTable { width: 100%; border: 0; diff --git a/theme/hacker/theme.json b/theme/hacker/theme.json index 295915c00..afcc5d3dc 100644 --- a/theme/hacker/theme.json +++ b/theme/hacker/theme.json @@ -5,12 +5,12 @@ "font-size-links": "12px", "font-size-publish-button": "12px", "font-size-newswire": "12px", - "font-size-newswire-mobile": "26px", + "font-size-newswire-mobile": "36px", "font-size-dropdown-header": "16px", "font-size-mobile": "20px", "font-size": "16px", "font-size2": "16px", - "font-size3": "26px", + "font-size3": "36px", "font-size4": "16px", "font-size5": "16px", "font-size-likes": "12px", @@ -20,8 +20,9 @@ "font-size-tox": "10px", "font-size-tox2": "10px", "gallery-font-size": "12px", - "gallery-font-size-mobile": "26px", + "gallery-font-size-mobile": "36px", "quote-font-size": "26px", + "quote-font-size-mobile": "36px", "dropdown-fg-color": "#dddddd", "dropdown-bg-color": "#111", "dropdown-bg-color-hover": "#035103",