summaryrefslogtreecommitdiffstats
path: root/assets/sass/_sidebar.scss
blob: 8266125f96c09fed134b34287c65dfb611945a99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#sidebar {
    ul {
        list-style-type: none;
    }

    padding: 1.5em 1em 1.5em 1em;

    h5 {
        font-size: $font-size-l3;
    }

    @include link-secondary();

    #widget-pages, #widget-tags, #widget-links {
        div, ul {
            margin: 0.5em 0em 0.5em 0em;
        }
    }

    #widget-bgm img {
        margin: 0.5em 0em 0.5em 0em;
        width: 100%;
        border-radius: 1px;
        filter: grayscale(50%);
    }
}