4 lines
103 B
CSS
4 lines
103 B
CSS
.highlighted {
|
|
background-color: var(--navbar-text-color);
|
|
transition: background-color 1s ease;
|
|
}
|