blog/assets/sass/_partial/_footer/_source.scss

13 lines
250 B
SCSS
Raw Normal View History

2022-03-11 05:48:00 +00:00
// ======================
// View source
// ======================
.source {
margin: $copyright-margin;
color: $dark-gray;
text-align: center;
font-family: $global-serif-font-family;
a:hover {
color: $theme-color;
}
}