From a83a4794e5dbaabac1b9b7c0cd5a1bdd65616505 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Wed, 15 Mar 2023 21:37:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/css/app.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/resources/css/app.css b/resources/css/app.css index e69de29..89abf0c 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -0,0 +1,35 @@ +.h1, +.h2, +.h3, +.h4, +.h5, +.h6, +h1, +h2, +h3, +h4, +h5, +h6 { + font-weight: 400 !important; +} + +.text-auto { + color: #333; +} + +.text-reverse { + color: #fff; +} + +.text-reverse:hover { + color: #fff; +} + +.text-reverse:visited { + color: #fff; +} + + +.bg-reverse { + background-color: #333; +}