summaryrefslogtreecommitdiffstats
path: root/_sass/custom/custom.scss
blob: fb31338b11435f5913e1c6f86b87b2875680a7a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.github-edit {
    color: $nav-child-link-color;
    
    &:hover {
        color: $link-color;

        svg {
            fill: $link-color ;
        }
    }

    svg {
        display: inline;
        vertical-align: top;
        width: 1.5rem;
        height: 1.5rem;
        fill: $nav-child-link-color;
    }
}