From 63dd879c58161fa395aa79459464459c2bb0cd9d Mon Sep 17 00:00:00 2001 From: Xtao_dada Date: Mon, 24 Jan 2022 18:59:00 +0800 Subject: [PATCH] Update style.mini.css --- assets/style.mini.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/style.mini.css b/assets/style.mini.css index 2064775..76ab32d 100644 --- a/assets/style.mini.css +++ b/assets/style.mini.css @@ -136,7 +136,7 @@ body>div.nav a.right { float: right; text-align: right; padding-right: 35px; - color: #fff; + color: #000; text-transform: uppercase; font-size: 12px } @@ -153,7 +153,7 @@ body>div.nav a.left { min-width: 35px; text-align: right; padding-left: 35px; - color: #fff; + color: #000; text-transform: uppercase; font-size: 12px } @@ -206,7 +206,7 @@ body>div.nav.bottom a { } body>div.nav.bottom svg.icon { - fill: #FFF; + fill: #000; } body>div.search { @@ -384,4 +384,4 @@ body>div.list div f tag+tag { margin-left: 20px; line-height: 21px; letter-spacing: .3px -} \ No newline at end of file +}