diff options
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 |