mirror of
https://git.adityakumar.xyz/blog.git
synced 2024-11-12 20:09:44 +00:00
13 lines
No EOL
250 B
SCSS
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;
|
|
}
|
|
} |