diff --git a/core/static_src/scss/timers.scss b/core/static_src/scss/timers.scss index 1cc1002c..e2976a15 100644 --- a/core/static_src/scss/timers.scss +++ b/core/static_src/scss/timers.scss @@ -1,7 +1,7 @@ #view-timer-detail { #timer-status { - font-size: $display4-size; - font-weight: $display4-weight; + font-size: $h1-font-size; + font-weight: $display1-weight; } } @@ -9,7 +9,6 @@ #view-timer-detail { #timer-status { font-size: $display1-size; - font-weight: $display1-weight; } } }