Change color scheme to monotone #8

This commit is contained in:
koirand 2019-03-23 16:59:25 +09:00
parent 58448ada6b
commit 69728ddcfa
2 changed files with 19 additions and 24 deletions

View file

@ -2,3 +2,22 @@
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;
}