Skip to content

Commit 7f9a6f4

Browse files
committed
Change alternating tip color to better differentiate from code color
1 parent 598260a commit 7f9a6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/css/utilities/label.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
/* 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 */
3939
: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));
40+
background: light-dark(hsl(256deg 100% 90%), var(--color-purple));
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)