diff --git a/src/style/index.scss b/src/style/index.scss index 9c10014..2732c9f 100644 --- a/src/style/index.scss +++ b/src/style/index.scss @@ -61,7 +61,7 @@ h1 { } button { - font-size: inherit; + font: inherit; /* inherit all font styles from parent element */ outline: 0; cursor: pointer; color: #333;