fix: various fixes, add microphone active border etc

Co-authored-by: David Ralph <me@davidcralph.co.uk>
This commit is contained in:
alexsparkes
2022-04-12 10:52:43 +01:00
parent 7bb48ebc8e
commit 98fed28706

View File

@@ -133,9 +133,13 @@ $themes: (
.link {
font-size: 16px;
text-decoration: none;
cursor: pointer;
@include themed() {
color: t($link);
}
&:hover {
opacity: 0.8;
}
}
}