diff --git a/core/client/assets/sass/patterns/_shame.scss b/core/client/assets/sass/patterns/_shame.scss index a4efcdd188..81290a2491 100644 --- a/core/client/assets/sass/patterns/_shame.scss +++ b/core/client/assets/sass/patterns/_shame.scss @@ -158,4 +158,39 @@ main { } } // .floatingheader -} // .scrolling \ No newline at end of file +} // .scrolling + + +// +// Navs +// -------------------------------------------------- + +nav { + ul { + list-style: none; + margin: 0; + padding: 0; + border-top: $lightbrown 1px solid; + } + + li { + a { + display: block; + padding: 10px 15px; + color: $brown; + border-bottom: $lightbrown 1px solid; + + &:hover, + &:focus { + color: $darkgrey; + background: $lightbrown; + text-decoration: none; + } + + &:before { + margin-right: 1em; + } // Make space for icons + + } + } +} \ No newline at end of file