mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-05-15 06:31:18 +02:00
Transition all style changes with a fade
This commit is contained in:
parent
559d6a698f
commit
c44d4eee3e
1 changed files with 3 additions and 1 deletions
|
@ -23,8 +23,10 @@
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: $font;
|
font-family: $font;
|
||||||
|
transition: all 0.2s ease-in;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
transition: all 0.2s ease-in;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue