Merge pull request #9 from koirand/monotone

Change color scheme to monotone
Close #8
This commit is contained in:
Kazuki Koide 2019-03-23 16:59:57 +09:00 committed by GitHub
commit fa5f7d9f18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}

View file

@ -27,14 +27,6 @@ a:active {
color: #707070;
}
.author {
color: #C39F59;
}
.date {
color: #869D38;
}
/* Header */
header .avatar {
position: relative;
@ -54,22 +46,6 @@ header .avatarMask {
-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 {
font-size: 12px;