Smooth font-size change transition

pull/21833/head
Jorik Schellekens 2020-04-16 10:33:59 +01:00
parent 8b72756b8d
commit 647d99a17a
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ limitations under the License.
@import "./_font-sizes.scss";
:root {
transition: font-size 0.25s;
font-size: 15px;
}