bring together all heading variables

This commit is contained in:
Emir 2020-12-06 01:30:30 +03:00 committed by GitHub
parent 190eee637e
commit b07e9863f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,9 +37,7 @@
--theme_dark--font_code: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, --theme_dark--font_code: SFMono-Regular, Consolas, 'Liberation Mono', Menlo,
Courier, monospace; Courier, monospace;
--theme_dark--font_quote: var(--theme_dark--font_sans); --theme_dark--font_quote: var(--theme_dark--font_sans);
--theme_dark--font_heading1: var(--theme_dark--font_sans); --theme_dark--font_headings: var(--theme_dark--font_sans);
--theme_dark--font_heading2: var(--theme_dark--font_sans);
--theme_dark--font_heading3: var(--theme_dark--font_sans);
--theme_dark--font_title-size: 40px; --theme_dark--font_title-size: 40px;
--theme_dark--font_heading1-size: 1.875em; --theme_dark--font_heading1-size: 1.875em;
@ -225,9 +223,7 @@
--theme_light--font_code: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, --theme_light--font_code: SFMono-Regular, Consolas, 'Liberation Mono', Menlo,
Courier, monospace; Courier, monospace;
--theme_light--font_quote: var(--theme_light--font_sans); --theme_light--font_quote: var(--theme_light--font_sans);
--theme_light--font_heading1: var(--theme_light--font_sans); --theme_light--font_headings: var(--theme_light--font_sans);
--theme_light--font_heading2: var(--theme_light--font_sans);
--theme_light--font_heading3: var(--theme_light--font_sans);
--theme_light--font_title-size: 40px; --theme_light--font_title-size: 40px;
--theme_light--font_heading1-size: 1.875em; --theme_light--font_heading1-size: 1.875em;
@ -406,9 +402,7 @@
--theme--font_mono: var(--theme_dark--font_mono); --theme--font_mono: var(--theme_dark--font_mono);
--theme--font_code: var(--theme_dark--font_code); --theme--font_code: var(--theme_dark--font_code);
--theme--font_quote: var(--theme_dark--font_quote); --theme--font_quote: var(--theme_dark--font_quote);
--theme--font_heading1: var(--theme_dark--font_heading1); --theme--font_headings: var(--theme_dark--font_headings);
--theme--font_heading2: var(--theme_dark--font_heading2);
--theme--font_heading3: var(--theme_dark--font_heading3);
--theme--font_title-size: var(--theme_dark--font_title-size); --theme--font_title-size: var(--theme_dark--font_title-size);
--theme--font_heading1-size: var(--theme_dark--font_heading1-size); --theme--font_heading1-size: var(--theme_dark--font_heading1-size);
--theme--font_heading2-size: var(--theme_dark--font_heading2-size); --theme--font_heading2-size: var(--theme_dark--font_heading2-size);
@ -576,9 +570,7 @@
--theme--font_mono: var(--theme_light--font_mono); --theme--font_mono: var(--theme_light--font_mono);
--theme--font_code: var(--theme_light--font_code); --theme--font_code: var(--theme_light--font_code);
--theme--font_quote: var(--theme_light--font_quote); --theme--font_quote: var(--theme_light--font_quote);
--theme--font_heading1: var(--theme_light--font_heading1); --theme--font_headings: var(--theme_light--font_headings);
--theme--font_heading2: var(--theme_light--font_heading2);
--theme--font_heading3: var(--theme_light--font_heading3);
--theme--font_title-size: var(--theme_light--font_title-size); --theme--font_title-size: var(--theme_light--font_title-size);
--theme--font_heading1-size: var(--theme_light--font_heading1-size); --theme--font_heading1-size: var(--theme_light--font_heading1-size);
--theme--font_heading2-size: var(--theme_light--font_heading2-size); --theme--font_heading2-size: var(--theme_light--font_heading2-size);