style/js fixes

This commit is contained in:
albert
2011-11-03 16:30:06 -04:00
parent 694eefd314
commit d09e80d2f4
11 changed files with 45 additions and 42 deletions

View File

@@ -1,8 +1,9 @@
$link_color: #006FFA;
$link_hover_color: #9093FF;
$link_color: hsl(213, 100%, 50%);
$link_hover_color: hsl(213, 100%, 75%);
$link_dark_color: hsl(213, 100%, 25%);
$border_color: #CCC;
$highlight_color: #F0F0F0;
$reverse_highlight_color: #FFFDF4;
$reverse_highlight_color: hsl(50, 100, 90);
$h1_size: 2em;
$h2_size: 1.5em;
$h3_size: 1.16667em;