From: Ben Beltran Date: Sun, 13 Apr 2014 07:50:44 +0000 (-0500) Subject: Colorizes links too X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/5a78a63ec54c07654aaa59bc3f9f8ab6c137c92c Colorizes links too --- diff --git a/jekyll/css/application.css b/jekyll/css/application.css index f8b1bf2..9120818 100644 --- a/jekyll/css/application.css +++ b/jekyll/css/application.css @@ -106,6 +106,16 @@ nav ul li a:focus { padding: 8px 0; } +.postcontent a {color: #d30058} +.blue .postcontent a {color: #0081cb} +.green .postcontent a {color: #43da30} +.grey .postcontent a {color: #9e978e} +.yellow .postcontent a {color: #ffda00} +.orange .postcontent a {color: #fd3839} +.red .postcontent a {color: #f32240} +.cyan .postcontent a {color: #74d0eb} +.purple .postcontent a {color: #400098} + .postcontent strong{ font-weight: 400; } @@ -142,3 +152,4 @@ nav ul li a:focus { /* Paginator */ .paginator {font-size: 1.077em; margin: 2.857em; font-family: "Lato", sans-serif} +.paginator a{color:#99a3a4}