修改footer css样式

This commit is contained in:
julylies 2022-05-30 19:27:48 +08:00
parent a0a632cff7
commit 5aeb2e03e9
1 changed files with 8 additions and 8 deletions

View File

@ -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;
}