From d7a5e1fc5e780b350f6089eb2ae69b28fac78340 Mon Sep 17 00:00:00 2001 From: naiba Date: Sun, 20 Dec 2020 22:05:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22258bf..c1ec960 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ - 默认主题更改进度条颜色示例 ``` - .ui.fine.progress> .bar { + .ui.fine.progress .bar { background-color: pink !important; } ```