1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-05-14 14:11:16 +02:00

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 559d6a698f
commit c44d4eee3e

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;
}
}