1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Refactor footer style

This commit is contained in:
Cotes Chung
2021-12-05 03:23:00 +08:00
parent 36f55f091d
commit afcf0bde22
4 changed files with 2 additions and 12 deletions

View File

@@ -155,8 +155,6 @@ footer {
padding: 0 1rem;
height: $footer-height;
font-size: 0.8rem;
color: #7a7b7d;
background-color: var(--footer-bg-color);
> div.d-flex {
line-height: 1.2rem;
@@ -171,7 +169,7 @@ footer {
}
a {
color: var(--footer-link);
@extend %text-color;
&:link {
@include no-text-decoration;