chore: remove color transition for theme to improve performance
Kieran Klukas 1 year ago 99bbff2e 30602884
··· 23 } 24 25 .theme-transition { 26 - transition: color 0.3s ease, background-color 0.3s ease; 27 } 28 29 .tags-data {
··· 23 } 24 25 .theme-transition { 26 + transition: background-color 0.3s ease; 27 } 28 29 .tags-data {