aboutsummaryrefslogtreecommitdiff
path: root/assets/sass/_partial/_footer/_source.scss
blob: 0e87102940e53a1d1c4389b4c01c3a67a76e8e56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// ======================
// View source
// ======================
.source {
    margin: $copyright-margin;
    color: $dark-gray;
    text-align: center;
    font-family: $global-serif-font-family;

    a:hover {
        color: $theme-color;
    }
}