From f49bbae1fb3a0ab50e489742868e6bd35c969c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Wed, 8 Dec 2021 20:33:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=80=E5=A4=A7=E7=9A=84?= =?UTF-8?q?=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 993c4699..99d61727 100644 --- a/style.css +++ b/style.css @@ -496,15 +496,19 @@ ul{ { content: attr(data-value); } +.monster .level.max +{ + color: #FEFF85; +} .monster .level.max::after { display: none; } .monster .level[data-level-range="110"]{ - color: lightskyblue; + color: #85BCFF; } .monster .level[data-level-range="120"]{ - color: lightgreen; + color: #19F897; } .monster .level[data-level-range="error"]{ color: red;