blog/assets/sass/_partial/_footer/_source.scss
2022-03-11 11:18:00 +05:30

13 lines
No EOL
250 B
SCSS

// ======================
// View source
// ======================
.source {
margin: $copyright-margin;
color: $dark-gray;
text-align: center;
font-family: $global-serif-font-family;
a:hover {
color: $theme-color;
}
}