Transition everything
This commit is contained in:
@@ -23,11 +23,9 @@ body {
|
||||
line-height: 1.6;
|
||||
background: $background-color;
|
||||
color: $text-color;
|
||||
transition: background-color 0.5s ease, color 0.5s ease;
|
||||
|
||||
* {
|
||||
transition: background-color 0.5s ease, color 0.5s ease,
|
||||
border-color 0.5s ease, fill 0.2s ease;
|
||||
transition: 0.5s ease;
|
||||
}
|
||||
|
||||
&.hidden {
|
||||
|
||||
Reference in New Issue
Block a user