diff options
author | Natalia Ventre <natalia.ventre@gmail.com> | 2012-02-17 15:29:33 -0200 |
---|---|---|
committer | Natalia Ventre <natalia.ventre@gmail.com> | 2012-02-17 15:29:33 -0200 |
commit | aa50023c673fc9f786b20bfe21607b620129a5d3 (patch) | |
tree | 54be27510ef7625bc06fa2ac44959be9992daedb /Just-Read/less/var.less | |
parent | 30b9d90eb26a576dea1f4b30bc9aa4de16e737d3 (diff) | |
download | pelican-themes-aa50023c673fc9f786b20bfe21607b620129a5d3.tar.gz |
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.
Diffstat (limited to 'Just-Read/less/var.less')
-rw-r--r-- | Just-Read/less/var.less | 15 |
1 files changed, 2 insertions, 13 deletions
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 |