From 9060da00040026333609b442ed88db8f816575e3 Mon Sep 17 00:00:00 2001 From: ianwith Date: Sun, 15 Mar 2020 00:46:07 +0900 Subject: [PATCH] Correct docs: styles - CSS inheritance --- docs/_guide/styles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_guide/styles.md b/docs/_guide/styles.md index 540712f2..06030d76 100644 --- a/docs/_guide/styles.md +++ b/docs/_guide/styles.md @@ -571,7 +571,7 @@ CSS inheritance lets parent and host elements propagate certain CSS properties t Not all CSS properties inherit. Inherited CSS properties include: -* `color` and `background-color` +* `color` * `font-family` and other `font-*` properties * All CSS custom properties (`--*`)