refactor: updade examples style

This commit is contained in:
mrholek
2026-04-01 17:08:15 +02:00
parent 8e07f38df5
commit 974ba0e3c3
+1 -7
View File
@@ -9,7 +9,7 @@
} }
.tab-content { .tab-content {
background-color: var(--#{$prefix}tertiary-bg); background-color: rgba(var(--#{$prefix}tertiary-bg-rgb), .75);
} }
& + p { & + p {
@@ -106,9 +106,3 @@
} }
} }
} }
@include color-mode(dark) {
.example .tab-content {
background-color: var(--#{$prefix}secondary-bg);
}
}