Remove --font-size-big

This commit is contained in:
Cory LaViska
2017-09-01 23:51:49 -04:00
parent 31af5cf15e
commit 8b0e6c559f
2 changed files with 1 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ strong {
}
blockquote {
font-size: var(--font-size-big);
font-size: 120%;
border-left: solid .4rem var(--component-border-color);
padding: .5rem .5rem .5rem 1rem;
margin-bottom: 1.5rem;

View File

@@ -205,7 +205,6 @@
--font-family: var(--font-system);
--font-size: 1rem; /* Most browsers use a default font size of 16px */
--font-size-big: 1.25rem;
--font-size-small: 80%;
--font-weight-light: 300;
--font-weight: 400;