diff --git a/src/styles/examples.scss b/src/styles/examples.scss index dbfe258f..6a210958 100644 --- a/src/styles/examples.scss +++ b/src/styles/examples.scss @@ -9,7 +9,7 @@ } .tab-content { - background-color: var(--#{$prefix}tertiary-bg); + background-color: rgba(var(--#{$prefix}tertiary-bg-rgb), .75); } & + p { @@ -106,9 +106,3 @@ } } } - -@include color-mode(dark) { - .example .tab-content { - background-color: var(--#{$prefix}secondary-bg); - } -}