Skip to content

Commit

Permalink
Use primary colours for blocktopmenu
Browse files Browse the repository at this point in the history
  • Loading branch information
markahesketh committed Nov 26, 2012
1 parent 4587284 commit b977597
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions css/includes/mixins.less
Expand Up @@ -22,8 +22,8 @@
@grey: #cacaca;
@lightgrey: #eaeaea;

@primary: #900;
@secondary: #444;
@primary: #333;
@secondary: #555;
@tertiary: #900;

@link: @heading;
Expand Down
5 changes: 3 additions & 2 deletions css/modules/blocktopmenu/css/superfish-modified.css
Expand Up @@ -4,7 +4,7 @@
width: 1050px;
margin: 0 15px;
*zoom: 1;
background: #4a4a4a;
background: #333333;
}
.blocktopmenu:before,
.blocktopmenu:after {
Expand All @@ -26,7 +26,8 @@
.blocktopmenu > ul > li {
float: left;
display: block;
border-right: #6a6a6a 1px solid;
border-right: #1a1a1a 1px solid;
border-left: #4d4d4d 1px solid;
position: relative;
}
.blocktopmenu > ul > li:hover {
Expand Down
5 changes: 3 additions & 2 deletions css/modules/blocktopmenu/css/superfish-modified.less
Expand Up @@ -5,7 +5,7 @@
.blocktopmenu {
.column(12);
.clearfix;
background: @body;
background: @primary;

a {
color: #fff;
Expand All @@ -23,7 +23,8 @@
> li {
float: left;
display: block;
border-right: @subheading 1px solid;
border-right: darken(@primary, 10%) 1px solid;
border-left: lighten(@primary, 10%) 1px solid;
position: relative;

// -|- Display second menu, and retain hover -----------------------
Expand Down

0 comments on commit b977597

Please sign in to comment.