Transition all style changes with a fade

This commit is contained in:
Robbie Antenesse 2019-06-04 16:47:37 -06:00 committed by Robbie Antenesse
parent 171abe17c6
commit 457a6c6798
1 changed files with 3 additions and 1 deletions

View File

@ -23,8 +23,10 @@
html, body {
margin: 0;
font-family: $font;
transition: all 0.2s ease-in;
* {
transition: all 0.2s ease-in;
box-sizing: border-box;
}
}