Fix active key state

This commit is contained in:
Will Scullin 2023-12-28 17:43:36 -08:00
parent 184a102877
commit 7c2c2a3e6d
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
border-radius: 5px;
cursor: pointer;
.active {
&.active {
color: #4f4;
}