From 2bb32bc59c08e29b39ee8fcf7543a099791b2237 Mon Sep 17 00:00:00 2001 From: lan Date: Tue, 10 Jan 2023 13:40:07 +0800 Subject: [PATCH] fix:message text color --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 6d7068a..68a7349 100644 --- a/templates/index.html +++ b/templates/index.html @@ -55,7 +55,7 @@ box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2); } - * { + #app * { color: #ccc !important; }