修改footer css样式

This commit is contained in:
julylies 2022-05-30 19:27:48 +08:00
parent 617c6d5ecd
commit 775e6b6902
1 changed files with 8 additions and 8 deletions

View File

@ -950,7 +950,7 @@ footer .sub-footer p{ font-size: .875em }
/* /*
july july
*/ */
.github-badge { footer .github-badge {
display: inline-block; display: inline-block;
border-radius: 4px; border-radius: 4px;
text-shadow: none; text-shadow: none;
@ -960,31 +960,31 @@ july
background-color: #abbac3; background-color: #abbac3;
margin-bottom: 5px; margin-bottom: 5px;
} }
.github-badge .badge-subject { footer .github-badge .badge-subject {
display: inline-block; display: inline-block;
background-color: #4d4d4d; background-color: #4d4d4d;
padding: 4px 4px 4px 6px; padding: 4px 4px 4px 6px;
border-top-left-radius: 4px; border-top-left-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
} }
.github-badge .badge-value { footer .github-badge .badge-value {
display: inline-block; display: inline-block;
padding: 4px 6px 4px 4px; padding: 4px 6px 4px 4px;
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
} }
.github-badge .bg-blue { footer .github-badge .bg-blue {
background-color: #007ec6!important; background-color: #007ec6!important;
} }
.github-badge .bg-red { footer .github-badge .bg-red {
background-color: #e05d44!important; background-color: #e05d44!important;
} }
.github-badge .bg-brightgreen { footer .github-badge .bg-brightgreen {
background-color: #4dc820!important; background-color: #4dc820!important;
} }
.github-badge .bg-orange { footer .github-badge .bg-orange {
background-color: orange!important; background-color: orange!important;
} }
.github-badge .bg-blueviolet { footer .github-badge .bg-blueviolet {
background-color: #8833d7!important; background-color: #8833d7!important;
} }