Skip to content

Commit 6644dc5

Browse files
committed
[css-fonts-4] Correct syntax in a color font example, #6916
1 parent 05ad606 commit 6644dc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-fonts-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6967,7 +6967,7 @@ User-defined font color palettes: The ''@font-palette-values'' rule</h3>
69676967
@font-palette-values --ToxicGreen {
69686968
font-family: Bungeehee;
69696969
base-palette: 7; /* This is Bungeehee's green palette... */
6970-
2: lime; /* ...except this is pink, which I overwrite to lime */
6970+
override-colors: 2 lime; /* ...except this is pink, which I overwrite to lime */
69716971
}
69726972

69736973
h1 {

0 commit comments

Comments
 (0)