website-theme/exampleSite/static/css/custom.css

24 lines
253 B
CSS
Raw Normal View History

2018-09-23 07:11:35 -04:00
.author {
color: #C39F59;
}
2019-03-23 03:59:25 -04:00
header a.author:link {
color: #C39F59;
}
header a.author:visited {
color: #C39F59;
}
header a.author:hover {
color: #C39F59;
}
header a.author:active {
color: #C39F59;
}
.date {
color: #869D38;
}