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

23 lines
357 B
SCSS
Raw Normal View History

2017-08-27 14:38:42 +00:00
// ==============================
// 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;
}
}
}