diff --git a/src/renderer/scss/themes/_dark.scss b/src/renderer/scss/themes/_dark.scss index b7e8b4d09..7a8914382 100644 --- a/src/renderer/scss/themes/_dark.scss +++ b/src/renderer/scss/themes/_dark.scss @@ -165,6 +165,10 @@ html[data-theme='dark'] { a { color: $lbry-white !important; // We need to use !important to override the CodeMirror styles + &.active { + background-color: rgba($lbry-black, 0.4); + } + &:hover { color: $lbry-black !important; }