Use color for hover

This commit is contained in:
Ajay 2022-01-24 23:16:38 -05:00
parent 963ead0a30
commit 666aaab7f2

View file

@ -97,10 +97,11 @@ html, body {
overflow: hidden;
background-color: var(--tab-color);
color: var(--white);
transition: background-color 0.1s;
}
.tab-heading:hover {
outline: 3px solid var(--tab-hover);
background-color: #4d0000;
}
.tab-heading.selected {