clean up some of the nav, margin color for large desktops

This commit is contained in:
Dave Snider 2013-10-30 11:29:18 -07:00
parent 5311583bef
commit 11286e2388
2 changed files with 9 additions and 5 deletions

View File

@ -47,15 +47,16 @@
background: darken($section-background-color, 10%) background: darken($section-background-color, 10%)
a a
color: $text-medium color: $text-medium
border-left: solid 5px darken($section-background-color, 20%)
border-right: solid 1px darken($section-background-color, 20%) border-right: solid 1px darken($section-background-color, 20%)
border-bottom: solid 1px darken($section-background-color, 20%) padding: $gutter / 4 $gutter * 1.5
&:hover &:hover
background: darken($section-background-color, 15%) background: darken($section-background-color, 15%)
.current
background: darken($section-background-color, 20%)
li.on a, li.current > a li.on a, li.current > a
color: $link-color color: $text-color
padding: $gutter / 4 $gutter
font-weight: bold font-weight: bold
font-size: 100%
position: relative position: relative
background: $section-background-color background: $section-background-color
border: none border: none
@ -245,8 +246,11 @@ footer
overflow: hidden overflow: hidden
+media($desktop-wide) +media($desktop-wide)
.wy-nav-content-wrap
background: rgba(0,0,0,.05)
.wy-nav-content .wy-nav-content
margin: 0 margin: 0
background: $section-background-color
@media print @media print
.wy-nav-side .wy-nav-side

File diff suppressed because one or more lines are too long