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

24 lines
253 B
CSS
Raw Normal View History

2018-09-23 11:11:35 +00:00
.author {
color: #C39F59;
}
2019-03-23 07:59:25 +00: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;
}