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;

View File

@@ -144,12 +144,21 @@ div#c-posts {
div#a-show {
menu#post-sections {
font-size: $h3_size;
font-size: $h2_size;
font-weight: bold;
line-height: 1.25em;
li a {
color: $link_color;
li {
padding: 0;
margin: 0 0.5em 0 0;
a {
color: $link_dark_color;
}
&.active a {
color: $link_color;
}
}
}