mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
clean up some of the nav, margin color for large desktops
This commit is contained in:
parent
5311583bef
commit
11286e2388
|
@ -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
Loading…
Reference in New Issue
Block a user