From ad6fb2cf02188ca2340b409cdb831104ca870f9c Mon Sep 17 00:00:00 2001 From: Thomas Busby Date: Sat, 26 May 2018 01:27:25 +0200 Subject: [PATCH] Fix colour scheme and tweak font sizes --- _config.yml | 6 +++--- _layouts/default.html | 4 ++-- static/css/main.css | 27 +++++++++++++++++++++++---- 3 files changed, 28 insertions(+), 9 deletions(-) diff --git a/_config.yml b/_config.yml index 602bcd2..4b1137f 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ title: cryptoanarchy.wiki description: Arise, you have nothing to lose but your barbed wire fences! author: cryptoanarchy.wiki -github: https://github.com/cryptoanarchywiki +github: https://github.com/cryptoanarchywiki/cryptoanarchywiki.github.io about: Arise, you have nothing to lose but your barbed wire fences! disqus_shortname: stackproblems google_analytics: UA-XXXXXXXX-Y @@ -18,10 +18,10 @@ collections: social: - icon: fa-twitter link: "https://twitter.com/_cryptoanarchy" - - icon: fa-github - link: "https://github.com/agusmakmun" - icon: fa-facebook link: "https://www.facebook.com/cryptoanarchy.wiki" + - icon: fa-github + link: "https://github.com/cryptoanarchywiki" share: twitter_username: _cryptoanarchy diff --git a/_layouts/default.html b/_layouts/default.html index 28866ae..1e1d728 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -132,7 +132,7 @@ layout: compress
-

{{ site.author }}

+

{{ site.author }}

{% if site.about %}
{{ site.about }} @@ -165,7 +165,7 @@ layout: compress
diff --git a/static/css/main.css b/static/css/main.css index 0687301..551bd01 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -31,10 +31,10 @@ h2, h3 { } a, a:link, a:active { text-decoration: none; - color: #3fa757; + color: #981ceb; } a:hover { - color: #B3B3B3; + color: #a0a0a0; text-decoration: underline; } @@ -84,11 +84,11 @@ footer { /* Left column */ div.col-sm-3 { margin-top: 100px; - font-size: 11px; + font-size: 14px; color: #666; } div.col-sm-3 strong { - font-size: 16px; + font-size: 18px; color: #4A4A4A; font-weight: normal; } @@ -105,6 +105,12 @@ div.col-sm-3 img.profile-avatar { margin-left: auto; margin-right: auto; } +.author-name a, +.author-name a:active, +.author-name a:hover { + color: #696969; + text-decoration: none; +} /* Pagination */ .PageNavigation { @@ -125,6 +131,19 @@ div.col-sm-3 img.profile-avatar { .PageNavigation .prev { text-align: left; } +.pagination > .active > a, +.pagination > .active > span, +.pagination > .active > a:hover, +.pagination > .active > span:hover, +.pagination > .active > a:focus, +.pagination > .active > span:focus { + background-color: #9943d2; + border-color: #9943d2; +} +.pagination > li > a, +.pagination > li > span { + color: #981ceb; +} /* Social Icons */ .social{