website-theme/exampleSite/static/css/custom.css
2019-03-23 16:59:25 +09:00

23 lines
253 B
CSS

.author {
color: #C39F59;
}
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;
}