Minor update

This commit is contained in:
redphx
2024-07-08 17:45:38 +07:00
parent 10d0dedc0a
commit 962f4dec6d
4 changed files with 16 additions and 7 deletions

View File

@@ -48,11 +48,17 @@
text-decoration: none;
font-weight: bold;
display: block;
color: #5dc21e;
flex: 1;
text-transform: none;
span {
color: #5dc21e !important;
}
&:focus {
color: #83f73a;
span {
color: #83f73a !important;
}
}
}