Skip to content

Commit ef7d37c

Browse files
kermanxantfu
authored andcommitted
fix: improve css specificity
1 parent b79586c commit ef7d37c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/client/styles/layouts-base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
@apply text-sm pt-1 uppercase tracking-widest font-500;
3535
}
3636

37-
h6:not(.opacity-100) {
37+
:where(&) h6 {
3838
@apply opacity-40;
3939
}
4040

0 commit comments

Comments
 (0)