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 598260a commit 7f9a6f4Copy full SHA for 7f9a6f4
public/css/utilities/label.css
@@ -37,7 +37,7 @@
37
}
38
/* Alternate colors for some tip types when there are multiple hints on the page to make things a bit more interesting e.g. /core-concepts */
39
:nth-child(even of .c-tip):is(.c-tip--best-practice, .c-tip--tip) &::before {
40
- background: light-dark(hsl(287deg 80% 94%), var(--color-purple));
+ background: light-dark(hsl(256deg 100% 90%), var(--color-purple));
41
42
43
0 commit comments