Transition everything

This commit is contained in:
2022-03-05 11:18:37 +01:00
parent d58504cde3
commit 38813229c9

View File

@@ -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 {