Fix slow animation transitioning to light mode

This commit is contained in:
Ajay
2022-01-24 23:31:12 -05:00
parent e87ec3842b
commit c49ebbe371

View File

@@ -97,7 +97,6 @@ html, body {
overflow: hidden;
background-color: var(--tab-color);
color: var(--white);
transition: background-color 0.1s;
}
.tab-heading:hover {