fix(dark mode): active command styling

This commit is contained in:
kolaente 2021-11-23 21:48:11 +01:00
parent 9b243873c5
commit 79e38daa77
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -507,6 +507,8 @@ export default {
.active-cmd {
font-size: 1.25rem;
margin-left: .5rem;
background-color: var(--grey-100);
color: var(--grey-800);
}
}