diff --git a/sass/app.scss b/sass/app.scss index a8bdbc7a..e738f588 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -183,18 +183,10 @@ ul { } svg.uhk { - &.faded { - #left-case, - #right-case { - fill: #555; - } - - rect { - fill: #666; - - &.active { - fill: #000; - } + rect { + &.active { + //TODO: use a color variable instead of the declaration below. + fill: #337ab7; } } }