Font sizes

main
Bob Mottram 2021-05-21 19:30:24 +01:00
parent 3bd3faf5f1
commit a26ef341f7
2 changed files with 8 additions and 3 deletions

View File

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

View File

@ -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",