summaryrefslogtreecommitdiffstats
path: root/assets/style.css
blob: 8074ae85a248cceeae00e98addc699d1ffc50337 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.header {
    font-size: 105% ;
    font-weight: bold
}

a {
    color: blue
}

a:visited {
    color: blue
}