diff --git a/src/assets/styles/common-texts.scss b/src/assets/styles/common-texts.scss index 356185c..4bb6202 100644 --- a/src/assets/styles/common-texts.scss +++ b/src/assets/styles/common-texts.scss @@ -97,7 +97,10 @@ pre { font-size: 11px; line-height: 14px; font-weight: initial; - @extend .text-muted; + + &:not(.full-opacity) { + @extend .text-muted; + } } .link-action { diff --git a/src/lib/help-mode/help-mode/help-mode.component.html b/src/lib/help-mode/help-mode/help-mode.component.html index d63f73e..aee50fa 100644 --- a/src/lib/help-mode/help-mode/help-mode.component.html +++ b/src/lib/help-mode/help-mode/help-mode.component.html @@ -1,6 +1,6 @@