From 0f8f9932ac31dfdeff5328800bf45dc6a325ad57 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Sat, 21 Dec 2024 22:05:46 +0800 Subject: [PATCH] style: use code block for descriptors for `@font-palette-values` (#37293) --- files/en-us/web/css/@font-palette-values/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/en-us/web/css/@font-palette-values/index.md b/files/en-us/web/css/@font-palette-values/index.md index c880c6a1f4eef68..6b2f143d75c88c4 100644 --- a/files/en-us/web/css/@font-palette-values/index.md +++ b/files/en-us/web/css/@font-palette-values/index.md @@ -24,11 +24,11 @@ The [<dashed-ident>](/en-US/docs/Web/CSS/dashed-ident) is a user defined i ### Descriptors -- [font-family](/en-US/docs/Web/CSS/@font-palette-values/font-family) - - : Specifies the name of the font family that this palette can be applied to. -- [base-palette](/en-US/docs/Web/CSS/@font-palette-values/base-palette) +- {{cssxref("@font-palette-values/base-palette", "base-palette")}} - : Specifies the name or index of the base-palette, created by the font-maker, to use. -- [override-colors](/en-US/docs/Web/CSS/@font-palette-values/override-colors) +- {{cssxref("@font-palette-values/font-family", "font-family")}} + - : Specifies the name of the font family that this palette can be applied to. +- {{cssxref("@font-palette-values/override-colors", "override-colors")}} - : Specifies the colors in the base palette to override. ## Formal syntax