mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-09 23:09:47 +00:00
23 lines
357 B
SCSS
23 lines
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;
|
||
|
}
|
||
|
}
|
||
|
}
|