diff --git a/_sass/_instruction-widget.scss b/_sass/_instruction-widget.scss index f05364b99..b004e3c20 100644 --- a/_sass/_instruction-widget.scss +++ b/_sass/_instruction-widget.scss @@ -279,7 +279,7 @@ h1.instruct { margin-left: 0; } } - h3 { + h3 { font-size: 22px; font-weight: bold; font-style: italic; @@ -381,12 +381,19 @@ h1.instruct { font-weight: 400; width: 250px; } + .glossary-term .tooltip a { + color: $link-color; + } &:not(.active) { border-left: 1px solid $stroke; border-top: 1px solid $stroke; border-right: 1px solid $stroke; background-color: rgba(0,0,0,0.05); color: #aaa; + a { + color: rgba(0, 0, 0, 0.05); + opacity: 0.5; + } &:hover { cursor: pointer; background-color: $darkstroke; @@ -402,6 +409,9 @@ h1.instruct { border-left: 1px solid $content-stroke; border-right: 1px solid $content-stroke; border-top: 1px solid $content-stroke; + a { + color: white; + } } } diff --git a/_scripts/instruction-widget/templates/instructions.html b/_scripts/instruction-widget/templates/instructions.html index 276a9ae4b..b9c53a079 100644 --- a/_scripts/instruction-widget/templates/instructions.html +++ b/_scripts/instruction-widget/templates/instructions.html @@ -1,6 +1,6 @@