diff --git a/exampleSite/static/css/custom.css b/exampleSite/static/css/custom.css index c23a9b2..50dfbe8 100644 --- a/exampleSite/static/css/custom.css +++ b/exampleSite/static/css/custom.css @@ -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; +} diff --git a/static/css/style.css b/static/css/style.css index 204a209..9acf19d 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -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;