summaryrefslogtreecommitdiff
path: root/css/custom.css
blob: 26cb020c868458d4bfab40bdef7f17d31b2febd6 (plain)
1
2
3
4
5
6
7
8
9
10
/* Override this file to customise the theme's CSS for your site */

.content__body a {
    color: var(--orange);
}

.content__body a:hover,
.content__body a:visited {
    color: var(--yellow);
}