mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-25 09:36:32 -05:00
23 lines
253 B
CSS
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;
|
|
}
|