Skip to content

Commit 57294e1

Browse files
committed
fix: neutral color for headings
1 parent 1a26074 commit 57294e1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/nimiq-css/src/css/preflight.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,7 @@
6969
font-weight: bold;
7070
font-size: var(--font-size);
7171
line-height: 1.2;
72-
73-
/* We change the color except if there is parent that change the color */
74-
:where(:not(.nq-no-color, [nq-no-color])):not(:has(.nq-no-color, [nq-no-color])) {
75-
color: rgb(var(--nq-neutral));
76-
}
72+
color: rgb(var(--nq-neutral));
7773

7874
/* margin: 1em 0; */
7975
/* text-box-trim: both;

0 commit comments

Comments
 (0)