Skip to content

Commit

Permalink
fixes #26 matched header and seperator colors to match each style
Browse files Browse the repository at this point in the history
  • Loading branch information
Troy T. Hall committed Dec 5, 2014
1 parent da6fe6e commit 544dc00
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 8 deletions.
3 changes: 3 additions & 0 deletions alterego/css/style0.css
Expand Up @@ -3,4 +3,7 @@
*/
body {
color: #333;
}
span.separator, span.nav-header{
color: #337ab7;
}
4 changes: 3 additions & 1 deletion alterego/css/style1.css
Expand Up @@ -7,7 +7,9 @@ h2 a:hover,
h3 a:hover {
color: #bfbfbf;
}

span.separator, span.nav-header{
color: #bfbfbf;
}
#bottom-bar .container {
background-color: #bfbfbf;
}
Expand Down
4 changes: 3 additions & 1 deletion alterego/css/style2.css
Expand Up @@ -7,7 +7,9 @@ h2 a:hover,
h3 a:hover {
color: #ff9900;
}

span.separator, span.nav-header{
color: #ff9900;
}
#bottom-bar .container {
background-color: #ff9900;
}
Expand Down
4 changes: 3 additions & 1 deletion alterego/css/style3.css
Expand Up @@ -7,7 +7,9 @@ h2 a:hover,
h3 a:hover {
color: #3a8f02;
}

span.separator, span.nav-header{
color: #3a8f02;
}
#bottom-bar .container {
background-color: #3a8f02;
}
Expand Down
4 changes: 3 additions & 1 deletion alterego/css/style4.css
Expand Up @@ -7,7 +7,9 @@ h2 a:hover,
h3 a:hover {
color: #1085de;
}

span.separator, span.nav-header{
color: #1085de;
}
#bottom-bar .container {
background-color: #1085de;
}
Expand Down
4 changes: 3 additions & 1 deletion alterego/css/style5.css
Expand Up @@ -7,7 +7,9 @@ h2 a:hover,
h3 a:hover {
color: #b15402;
}

span.separator, span.nav-header{
color: #b15402;
}
#bottom-bar .container {
background-color: #b15402;
}
Expand Down
4 changes: 3 additions & 1 deletion alterego/css/style6.css
Expand Up @@ -7,7 +7,9 @@ h2 a:hover,
h3 a:hover {
color: #ff0000;
}

span.separator, span.nav-header{
color: #ff0000;
}
#bottom-bar .container {
background-color: #ff0000;
}
Expand Down
4 changes: 3 additions & 1 deletion alterego/css/style7.css
Expand Up @@ -7,7 +7,9 @@ h2 a:hover,
h3 a:hover {
color: #fc54a6;
}

span.separator, span.nav-header{
color: #fc54a6;
}
#bottom-bar .container {
background-color: #fc54a6;
}
Expand Down
4 changes: 3 additions & 1 deletion alterego/css/style8.css
Expand Up @@ -7,7 +7,9 @@ h2 a:hover,
h3 a:hover {
color: #ccc;
}

span.separator, span.nav-header{
color: #ccc;
}
.sidebar-left {
padding-right: 0;
}
Expand Down

0 comments on commit 544dc00

Please sign in to comment.