From aa50023c673fc9f786b20bfe21607b620129a5d3 Mon Sep 17 00:00:00 2001 From: Natalia Ventre Date: Fri, 17 Feb 2012 15:29:33 -0200 Subject: Style for tags, codehilite, social icons Added CSS styles for tags, color scheme for code highlighting, social links and icons, and improvements in the archive page. --- Just-Read/less/var.less | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'Just-Read/less/var.less') diff --git a/Just-Read/less/var.less b/Just-Read/less/var.less index 21fce38..6d53ed7 100644 --- a/Just-Read/less/var.less +++ b/Just-Read/less/var.less @@ -2,16 +2,5 @@ @black: #000; @white: #fff; -@color: #556270; // The color of the header and footer. If you modify this color, edit the images in the PSD folder and export them to static/images -@link: #4ECDC4; // The color of links, blockquote line and bullets. If you modify this color, edit static/images/bullet.png - - -// Typography -// If you modify the fonts, delete/modify the line 12 in base.html - -.sans, .fancy-font{ - font-family: 'Droid Sans', sans-serif; -} -.mono{ - font-family: 'Droid Sans Mono', monospace; -} \ No newline at end of file +@color: #556270; // The color of the header. +@link: #1d73bb; // The color of links, blockquote line and bullets. If you modify this color, edit static/images/bullet.png \ No newline at end of file -- cgit