From 775e6b690265c00439383739255846014eb9ea1b Mon Sep 17 00:00:00 2001 From: julylies Date: Mon, 30 May 2022 19:27:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9footer=20css=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/css/single.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/css/single.css b/source/css/single.css index fd8b76d..505088b 100644 --- a/source/css/single.css +++ b/source/css/single.css @@ -950,7 +950,7 @@ footer .sub-footer p{ font-size: .875em } /* july */ -.github-badge { +footer .github-badge { display: inline-block; border-radius: 4px; text-shadow: none; @@ -960,31 +960,31 @@ july background-color: #abbac3; margin-bottom: 5px; } -.github-badge .badge-subject { +footer .github-badge .badge-subject { display: inline-block; background-color: #4d4d4d; padding: 4px 4px 4px 6px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } -.github-badge .badge-value { +footer .github-badge .badge-value { display: inline-block; padding: 4px 6px 4px 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } -.github-badge .bg-blue { +footer .github-badge .bg-blue { background-color: #007ec6!important; } -.github-badge .bg-red { +footer .github-badge .bg-red { background-color: #e05d44!important; } -.github-badge .bg-brightgreen { +footer .github-badge .bg-brightgreen { background-color: #4dc820!important; } -.github-badge .bg-orange { +footer .github-badge .bg-orange { background-color: orange!important; } -.github-badge .bg-blueviolet { +footer .github-badge .bg-blueviolet { background-color: #8833d7!important; }