Leven: pull changes from varia
This commit is contained in:
parent
fd09a6903a
commit
dabf48d6ab
3 changed files with 62 additions and 6 deletions
|
@ -163,6 +163,7 @@ body {
|
|||
color: #444444;
|
||||
background-color: #f7f7f6;
|
||||
font-family: "Crimson Text", sans-serif;
|
||||
font-family: var(--font-base, "Crimson Text", sans-serif);
|
||||
font-size: 18px;
|
||||
font-weight: normal;
|
||||
line-height: 1.78;
|
||||
|
@ -299,6 +300,7 @@ object {
|
|||
color: white;
|
||||
font-weight: 700;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1.2125em;
|
||||
line-height: 1;
|
||||
background-color: #ff302c;
|
||||
|
@ -399,6 +401,7 @@ object {
|
|||
.wp-block-heading h5, h5, .h5,
|
||||
.wp-block-heading h6, h6, .h6 {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-weight: 700;
|
||||
clear: both;
|
||||
}
|
||||
|
@ -477,6 +480,7 @@ object {
|
|||
|
||||
.wp-block-latest-posts > li > a {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1.78256rem;
|
||||
font-weight: 700;
|
||||
line-height: 1.125;
|
||||
|
@ -574,6 +578,7 @@ p.has-background:not(.has-background-background-color) a {
|
|||
|
||||
.wp-block-pullquote p {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1.78256em;
|
||||
letter-spacing: -0.02em;
|
||||
line-height: 1.125;
|
||||
|
@ -633,6 +638,7 @@ p.has-background:not(.has-background-background-color) a {
|
|||
|
||||
.wp-block-quote p {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1.78256em;
|
||||
letter-spacing: -0.02em;
|
||||
}
|
||||
|
@ -644,6 +650,7 @@ p.has-background:not(.has-background-background-color) a {
|
|||
|
||||
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 2.16136em;
|
||||
letter-spacing: -0.02em;
|
||||
line-height: 1.125;
|
||||
|
@ -713,6 +720,7 @@ hr {
|
|||
table th,
|
||||
.wp-block-table th {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
}
|
||||
|
||||
table td,
|
||||
|
@ -729,6 +737,7 @@ table th,
|
|||
.editor-post-title__block .editor-post-title__input {
|
||||
color: #444444;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-weight: 700;
|
||||
font-size: 2.62065em;
|
||||
letter-spacing: -0.02em;
|
||||
|
@ -844,6 +853,7 @@ table th,
|
|||
|
||||
.has-drop-cap:not(:focus)::first-letter {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: calc(2 * 3.17754em);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
|
|
@ -582,6 +582,7 @@ html {
|
|||
html {
|
||||
font-size: 14.84536px;
|
||||
font-family: "Crimson Text", sans-serif;
|
||||
font-family: var(--font-base, "Crimson Text", sans-serif);
|
||||
line-height: 1.78;
|
||||
}
|
||||
|
||||
|
@ -1081,6 +1082,7 @@ input[type="submit"],
|
|||
cursor: pointer;
|
||||
font-weight: 700;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1.2125rem;
|
||||
background-color: #ff302c;
|
||||
border-radius: 9px;
|
||||
|
@ -1424,6 +1426,7 @@ h4, .h4,
|
|||
h5, .h5,
|
||||
h6, .h6 {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-weight: 700;
|
||||
clear: both;
|
||||
}
|
||||
|
@ -1515,6 +1518,7 @@ img {
|
|||
|
||||
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
}
|
||||
|
||||
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
|
||||
|
@ -1548,6 +1552,7 @@ img {
|
|||
|
||||
.wp-block-latest-posts > li > a {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1.78256rem;
|
||||
font-weight: 700;
|
||||
line-height: 1.125;
|
||||
|
@ -1632,6 +1637,7 @@ img {
|
|||
ul,
|
||||
ol {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
margin: 0;
|
||||
padding-right: 32px;
|
||||
}
|
||||
|
@ -1646,6 +1652,7 @@ ol {
|
|||
|
||||
dt {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
@ -1719,6 +1726,7 @@ p.has-background {
|
|||
color: #f7f7f6;
|
||||
background-color: #ff302c;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-weight: bold;
|
||||
font-size: 0.82474rem;
|
||||
line-height: 1;
|
||||
|
@ -1792,6 +1800,7 @@ p.has-background {
|
|||
|
||||
.wp-block-pullquote p {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1.78256rem;
|
||||
letter-spacing: -0.02em;
|
||||
line-height: 1.125;
|
||||
|
@ -1871,6 +1880,7 @@ p.has-background {
|
|||
|
||||
.wp-block-quote p {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1.78256rem;
|
||||
letter-spacing: -0.02em;
|
||||
line-height: 1.125;
|
||||
|
@ -2003,6 +2013,7 @@ table,
|
|||
table th,
|
||||
.wp-block-table th {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
}
|
||||
|
||||
table td,
|
||||
|
@ -2197,6 +2208,7 @@ table th,
|
|||
|
||||
.has-drop-cap:not(:focus)::first-letter {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: calc(2 * 3.17754rem);
|
||||
font-weight: 700;
|
||||
line-height: 0.66;
|
||||
|
@ -2343,6 +2355,7 @@ table th,
|
|||
.site-title {
|
||||
color: #eea01a;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1.2125rem;
|
||||
letter-spacing: normal;
|
||||
line-height: 1;
|
||||
|
@ -2364,6 +2377,7 @@ table th,
|
|||
.site-description {
|
||||
color: currentColor;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 0.82474rem;
|
||||
}
|
||||
|
||||
|
@ -2521,6 +2535,7 @@ table th,
|
|||
color: #1285ce;
|
||||
display: block;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1rem;
|
||||
font-weight: bold;
|
||||
padding: 4px 0;
|
||||
|
@ -2626,6 +2641,7 @@ table th,
|
|||
.site-info {
|
||||
color: #767676;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 0.82474rem;
|
||||
}
|
||||
|
||||
|
@ -2700,6 +2716,7 @@ table th,
|
|||
|
||||
.footer-navigation .footer-menu a {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 0.82474rem;
|
||||
font-weight: bold;
|
||||
padding: 8px;
|
||||
|
@ -2838,6 +2855,7 @@ table th,
|
|||
|
||||
.post-navigation .post-title {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1.47016rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
@ -2865,6 +2883,7 @@ table th,
|
|||
|
||||
.pagination .nav-links > * {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1.2125rem;
|
||||
font-weight: 600;
|
||||
padding-right: calc(0.66 * 16px);
|
||||
|
@ -2927,6 +2946,7 @@ table th,
|
|||
.comment-reply-title small {
|
||||
font-size: 1rem;
|
||||
font-family: "Crimson Text", sans-serif;
|
||||
font-family: var(--font-base, "Crimson Text", sans-serif);
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
@ -2946,19 +2966,19 @@ table th,
|
|||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
.children {
|
||||
.comment-list .children {
|
||||
list-style: none;
|
||||
padding-right: 16px;
|
||||
}
|
||||
|
||||
.children > li {
|
||||
.comment-list .children > li {
|
||||
border-top: 1px solid #DDDDDD;
|
||||
margin-top: 32px;
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 560px) {
|
||||
.children {
|
||||
.comment-list .children {
|
||||
padding-right: 32px;
|
||||
}
|
||||
}
|
||||
|
@ -3046,6 +3066,7 @@ table th,
|
|||
.pingback .url,
|
||||
.trackback .url {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -3148,6 +3169,7 @@ table th,
|
|||
*/
|
||||
.comment-navigation a {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1.2125rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
@ -3179,6 +3201,7 @@ img#wpstats {
|
|||
color: #f7f7f6;
|
||||
background-color: #ff302c;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-weight: bold;
|
||||
font-size: 0.82474rem;
|
||||
line-height: 1;
|
||||
|
|
|
@ -582,6 +582,7 @@ html {
|
|||
html {
|
||||
font-size: 14.84536px;
|
||||
font-family: "Crimson Text", sans-serif;
|
||||
font-family: var(--font-base, "Crimson Text", sans-serif);
|
||||
line-height: 1.78;
|
||||
}
|
||||
|
||||
|
@ -1081,6 +1082,7 @@ input[type="submit"],
|
|||
cursor: pointer;
|
||||
font-weight: 700;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1.2125rem;
|
||||
background-color: #ff302c;
|
||||
border-radius: 9px;
|
||||
|
@ -1424,6 +1426,7 @@ h4, .h4,
|
|||
h5, .h5,
|
||||
h6, .h6 {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-weight: 700;
|
||||
clear: both;
|
||||
}
|
||||
|
@ -1515,6 +1518,7 @@ img {
|
|||
|
||||
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
}
|
||||
|
||||
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
|
||||
|
@ -1548,6 +1552,7 @@ img {
|
|||
|
||||
.wp-block-latest-posts > li > a {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1.78256rem;
|
||||
font-weight: 700;
|
||||
line-height: 1.125;
|
||||
|
@ -1632,6 +1637,7 @@ img {
|
|||
ul,
|
||||
ol {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
margin: 0;
|
||||
padding-left: 32px;
|
||||
}
|
||||
|
@ -1646,6 +1652,7 @@ ol {
|
|||
|
||||
dt {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
@ -1719,6 +1726,7 @@ p.has-background {
|
|||
color: #f7f7f6;
|
||||
background-color: #ff302c;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-weight: bold;
|
||||
font-size: 0.82474rem;
|
||||
line-height: 1;
|
||||
|
@ -1792,6 +1800,7 @@ p.has-background {
|
|||
|
||||
.wp-block-pullquote p {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1.78256rem;
|
||||
letter-spacing: -0.02em;
|
||||
line-height: 1.125;
|
||||
|
@ -1871,6 +1880,7 @@ p.has-background {
|
|||
|
||||
.wp-block-quote p {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1.78256rem;
|
||||
letter-spacing: -0.02em;
|
||||
line-height: 1.125;
|
||||
|
@ -2003,6 +2013,7 @@ table,
|
|||
table th,
|
||||
.wp-block-table th {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
}
|
||||
|
||||
table td,
|
||||
|
@ -2202,6 +2213,7 @@ table th,
|
|||
|
||||
.has-drop-cap:not(:focus)::first-letter {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: calc(2 * 3.17754rem);
|
||||
font-weight: 700;
|
||||
line-height: 0.66;
|
||||
|
@ -2360,6 +2372,7 @@ table th,
|
|||
.site-title {
|
||||
color: #eea01a;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1.2125rem;
|
||||
letter-spacing: normal;
|
||||
line-height: 1;
|
||||
|
@ -2381,6 +2394,7 @@ table th,
|
|||
.site-description {
|
||||
color: currentColor;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 0.82474rem;
|
||||
}
|
||||
|
||||
|
@ -2538,6 +2552,7 @@ table th,
|
|||
color: #1285ce;
|
||||
display: block;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1rem;
|
||||
font-weight: bold;
|
||||
padding: 4px 0;
|
||||
|
@ -2643,6 +2658,7 @@ table th,
|
|||
.site-info {
|
||||
color: #767676;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 0.82474rem;
|
||||
}
|
||||
|
||||
|
@ -2717,6 +2733,7 @@ table th,
|
|||
|
||||
.footer-navigation .footer-menu a {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 0.82474rem;
|
||||
font-weight: bold;
|
||||
padding: 8px;
|
||||
|
@ -2855,6 +2872,7 @@ table th,
|
|||
|
||||
.post-navigation .post-title {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1.47016rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
@ -2882,6 +2900,7 @@ table th,
|
|||
|
||||
.pagination .nav-links > * {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1.2125rem;
|
||||
font-weight: 600;
|
||||
padding-left: calc(0.66 * 16px);
|
||||
|
@ -2944,6 +2963,7 @@ table th,
|
|||
.comment-reply-title small {
|
||||
font-size: 1rem;
|
||||
font-family: "Crimson Text", sans-serif;
|
||||
font-family: var(--font-base, "Crimson Text", sans-serif);
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
@ -2963,19 +2983,19 @@ table th,
|
|||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
.children {
|
||||
.comment-list .children {
|
||||
list-style: none;
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
.children > li {
|
||||
.comment-list .children > li {
|
||||
border-top: 1px solid #DDDDDD;
|
||||
margin-top: 32px;
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 560px) {
|
||||
.children {
|
||||
.comment-list .children {
|
||||
padding-left: 32px;
|
||||
}
|
||||
}
|
||||
|
@ -3063,6 +3083,7 @@ table th,
|
|||
.pingback .url,
|
||||
.trackback .url {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -3165,6 +3186,7 @@ table th,
|
|||
*/
|
||||
.comment-navigation a {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1.2125rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
@ -3196,6 +3218,7 @@ img#wpstats {
|
|||
color: #f7f7f6;
|
||||
background-color: #ff302c;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-weight: bold;
|
||||
font-size: 0.82474rem;
|
||||
line-height: 1;
|
||||
|
|
Loading…
Reference in a new issue