We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a26074 commit 57294e1Copy full SHA for 57294e1
packages/nimiq-css/src/css/preflight.css
@@ -69,11 +69,7 @@
69
font-weight: bold;
70
font-size: var(--font-size);
71
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
- }
+ color: rgb(var(--nq-neutral));
77
78
/* margin: 1em 0; */
79
/* text-box-trim: both;
0 commit comments