]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Colorizes links too
authorBen Beltran <redacted>
Sun, 13 Apr 2014 07:50:44 +0000 (02:50 -0500)
committerBen Beltran <redacted>
Sun, 13 Apr 2014 07:50:44 +0000 (02:50 -0500)
jekyll/css/application.css

index f8b1bf2b308b5c736d638cc9fe0170feb6b03de9..912081879bd699b6515b469eb33912201ddd61a8 100644 (file)
@@ -106,6 +106,16 @@ nav ul li a:focus {
   padding: 8px 0;
 }
 
   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;
 }
 .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 */
 
 .paginator {font-size: 1.077em; margin: 2.857em; font-family: "Lato", sans-serif}
+.paginator a{color:#99a3a4}