hugo-theme-even/assets/sass/_partial/_footer/_copyright.scss

23 lines
No EOL
357 B
SCSS

// ==============================
// Copyright
// =============================
.copyright {
margin: $copyright-margin;
color: $dark-gray;
text-align: center;
font-family: $global-serif-font-family;
.hexo-link,
.theme-link {
color: $theme-color;
}
.copyright-year {
display: block;
.heart {
font-size: 14px;
}
}
}