mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Change color scheme to monotone #8
This commit is contained in:
parent
58448ada6b
commit
69728ddcfa
2 changed files with 19 additions and 24 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue