mirror of https://gitlab.com/bashrc2/epicyon
Font sizes
parent
3bd3faf5f1
commit
a26ef341f7
|
@ -88,6 +88,7 @@
|
||||||
--quote-right-margin: 0.1em;
|
--quote-right-margin: 0.1em;
|
||||||
--quote-font-weight: normal;
|
--quote-font-weight: normal;
|
||||||
--quote-font-size: 120%;
|
--quote-font-size: 120%;
|
||||||
|
--quote-font-size-mobile: 120%;
|
||||||
--line-spacing: 180%;
|
--line-spacing: 180%;
|
||||||
--line-spacing-newswire: 120%;
|
--line-spacing-newswire: 120%;
|
||||||
--newswire-item-moderated-color: white;
|
--newswire-item-moderated-color: white;
|
||||||
|
@ -1692,6 +1693,9 @@ div.container {
|
||||||
font-size: var(--font-size-mobile);
|
font-size: var(--font-size-mobile);
|
||||||
color: var(--title-color);
|
color: var(--title-color);
|
||||||
}
|
}
|
||||||
|
blockquote {
|
||||||
|
font-size: var(--quote-font-size-mobile);
|
||||||
|
}
|
||||||
.accountsTable {
|
.accountsTable {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
|
@ -5,12 +5,12 @@
|
||||||
"font-size-links": "12px",
|
"font-size-links": "12px",
|
||||||
"font-size-publish-button": "12px",
|
"font-size-publish-button": "12px",
|
||||||
"font-size-newswire": "12px",
|
"font-size-newswire": "12px",
|
||||||
"font-size-newswire-mobile": "26px",
|
"font-size-newswire-mobile": "36px",
|
||||||
"font-size-dropdown-header": "16px",
|
"font-size-dropdown-header": "16px",
|
||||||
"font-size-mobile": "20px",
|
"font-size-mobile": "20px",
|
||||||
"font-size": "16px",
|
"font-size": "16px",
|
||||||
"font-size2": "16px",
|
"font-size2": "16px",
|
||||||
"font-size3": "26px",
|
"font-size3": "36px",
|
||||||
"font-size4": "16px",
|
"font-size4": "16px",
|
||||||
"font-size5": "16px",
|
"font-size5": "16px",
|
||||||
"font-size-likes": "12px",
|
"font-size-likes": "12px",
|
||||||
|
@ -20,8 +20,9 @@
|
||||||
"font-size-tox": "10px",
|
"font-size-tox": "10px",
|
||||||
"font-size-tox2": "10px",
|
"font-size-tox2": "10px",
|
||||||
"gallery-font-size": "12px",
|
"gallery-font-size": "12px",
|
||||||
"gallery-font-size-mobile": "26px",
|
"gallery-font-size-mobile": "36px",
|
||||||
"quote-font-size": "26px",
|
"quote-font-size": "26px",
|
||||||
|
"quote-font-size-mobile": "36px",
|
||||||
"dropdown-fg-color": "#dddddd",
|
"dropdown-fg-color": "#dddddd",
|
||||||
"dropdown-bg-color": "#111",
|
"dropdown-bg-color": "#111",
|
||||||
"dropdown-bg-color-hover": "#035103",
|
"dropdown-bg-color-hover": "#035103",
|
||||||
|
|
Loading…
Reference in New Issue