aboutsummaryrefslogtreecommitdiff
path: root/assets/global/global.css
blob: 42b91c532a2cdc996cb3e1fe26df655b52327e5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
body {
    background-color: white;
    margin: 0;
}

a.external::before { 
    content: "⧉ ";
}

ul.medialist {
    max-width: 400px;
    width: 100%;
    list-style: none;
    padding: 0;
}

.medialist img {
    width: 100%;
}