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; 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;
}

View file

@ -27,14 +27,6 @@ a:active {
color: #707070; color: #707070;
} }
.author {
color: #C39F59;
}
.date {
color: #869D38;
}
/* Header */ /* Header */
header .avatar { header .avatar {
position: relative; position: relative;
@ -54,22 +46,6 @@ header .avatarMask {
-webkit-clip-path: circle(48px at center); -webkit-clip-path: circle(48px at center);
} }
header a.author:link {
color: #C39F59;
}
header a.author:visited {
color: #C39F59;
}
header a.author:hover {
color: #C39F59;
}
header a.author:active {
color: #C39F59;
}
/* Footer */ /* Footer */
footer { footer {
font-size: 12px; font-size: 12px;