From 3c655a7df44ecc69b341ba491f720727ea8d2a2d Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 24 Feb 2023 21:10:50 +0800 Subject: [PATCH] :lipstick: --- app/appearance/themes/midnight/theme.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/appearance/themes/midnight/theme.css b/app/appearance/themes/midnight/theme.css index b36bb07a9..c31b595d9 100644 --- a/app/appearance/themes/midnight/theme.css +++ b/app/appearance/themes/midnight/theme.css @@ -53,14 +53,14 @@ --b3-mask-background: rgba(0, 0, 0, 0.78); /* 卡片背景 */ - --b3-card-error-color: rgb(250, 179, 174); - --b3-card-error-background: #680d06; + --b3-card-error-color: rgb(243, 153, 147); + --b3-card-error-background: #cc352d3d; --b3-card-warning-color: rgb(255, 213, 153); - --b3-card-warning-background: #5e3700; + --b3-card-warning-background: #be8b585d; --b3-card-info-color: rgb(166, 213, 250); - --b3-card-info-background: #053961; + --b3-card-info-background: rgba(0, 153, 255, 0.288); --b3-card-success-color: rgb(183, 223, 185); - --b3-card-success-background: #1c401e; + --b3-card-success-background: #85d0a34d; /* 自定义文字 */ --b3-font-color1: var(--b3-card-error-color);