From 98fed287064f2c58b215dba0dc58d81d7e7f1439 Mon Sep 17 00:00:00 2001 From: alexsparkes Date: Tue, 12 Apr 2022 10:52:43 +0100 Subject: [PATCH] fix: various fixes, add microphone active border etc Co-authored-by: David Ralph --- src/scss/_variables.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss index 6204cf37..43f4055c 100644 --- a/src/scss/_variables.scss +++ b/src/scss/_variables.scss @@ -133,9 +133,13 @@ $themes: ( .link { font-size: 16px; text-decoration: none; + cursor: pointer; @include themed() { color: t($link); } + &:hover { + opacity: 0.8; + } } }