about summary refs log tree commit diff homepage
path: root/static/archive.css
blob: 628461e732735ec9ba77d86503c8ed22bbcd4893 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
nav {
    display: flex;
    justify-content: space-around;
    position: sticky;
    top: 0;
}
nav > a {
    flex: 1;
    text-align: center;
}
nav > a:hover { font-weight: bold }
#prev { background-color: #a40000 }
#up { background-color: #4e9a06 }
#next { background-color: #204a87 }

img {
    display: block;
    margin: auto;
    max-width: 100%;
}