More line spacing

merge-requests/8/head
Bob Mottram 2020-09-15 10:30:38 +01:00
parent 99893e5e23
commit 0737da1694
4 changed files with 8 additions and 0 deletions

View File

@ -43,6 +43,7 @@
--button-corner-radius: 15px;
--timeline-border-radius: 30px;
--focus-color: white;
--line-spacing: 100%;
}
@font-face {
@ -70,6 +71,7 @@ body, html {
min-width: 950px;
margin: 0 auto;
font-size: var(--font-size);
line-height: var(--line-spacing);
}
a, u {

View File

@ -20,6 +20,7 @@
--button-selected: #666;
--form-border-radius: 30px;
--focus-color: white;
--line-spacing: 100%;
}
@font-face {
@ -53,6 +54,7 @@ body, html {
min-width: 600px;
margin: 0 auto;
font-size: var(--font-size);
line-height: var(--line-spacing);
}
a, u {

View File

@ -59,6 +59,7 @@
--focus-color: white;
--quote-right-margin: 0.25em;
--quote-font-weight: bold;
--line-spacing: 100%;
}
@font-face {
@ -86,6 +87,7 @@ body, html {
min-width: 950px;
margin: 0 auto;
font-size: var(--font-size);
line-height: var(--line-spacing);
}
blockquote {

View File

@ -316,6 +316,7 @@ def setThemeNight(baseDir: str):
"event-color": "#a961ab",
"event-background": "#333",
"quote-right-margin": "0",
"line-spacing": "150%",
"*font-family": "'solidaric'",
"*src": fontStr,
"**src": fontStrItalic
@ -781,6 +782,7 @@ def setThemeSolidaric(baseDir: str):
"title-background": "#ccc",
"gallery-text-color": "black",
"quote-right-margin": "0",
"line-spacing": "150%",
"*font-family": "'solidaric'",
"*src": "url('./fonts/solidaric.woff2') format('woff2')",
"**src": "url('./fonts/solidaric-italic.woff2') format('woff2')"