Skip to content
Snippets Groups Projects
Commit f8f01076 authored by khawkins98's avatar khawkins98
Browse files

Make masthead to be a non-div element (#86)

parent 3c564bb5
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ a.tag:hover { color: #fff; }
color: #fff;
background: #666; }
div.masthead { background-color: rgb(0,134,180); }
.masthead { background-color: rgb(0,134,180); }
/* Menu hover triangle colour */
.masthead nav ul#global-nav.menu li a:hover:after { border-bottom-color: rgb(0,134,180); }
......
......@@ -43,6 +43,6 @@ a.tag:hover { color: #fff; }
color: #fff;
background: #666; }
div.masthead { background-color: rgb(109,171,73); }
.masthead { background-color: rgb(109,171,73); }
/* end */
......@@ -43,6 +43,6 @@ a.tag:hover { color: #fff; }
color: #fff;
background: #666; }
div.masthead { background-color: rgb(56,145,152); }
.masthead { background-color: rgb(56,145,152); }
/* end */
......@@ -44,7 +44,7 @@ a.tag:hover { color: #fff; }
color: #fff;
background: #666; }
div.masthead { background-color: rgb(233,180,0); }
.masthead { background-color: rgb(233,180,0); }
body main.row { margin-top: 1.5rem; }
body .form-checkboxes .form-item,
......
......@@ -43,6 +43,6 @@ a.tag:hover { color: #fff; }
color: #fff;
background: #666; }
div.masthead { background-color: rgb(0,124,130); }
.masthead { background-color: rgb(0,124,130); }
/* end */
......@@ -48,7 +48,7 @@ a.tag:hover { color: #fff; }
color: #fff;
background: #666; }
div.masthead {background-color: #eee;}
.masthead {background-color: #eee;}
/* white on light masthead stlying */
.masthead nav ul.menu li { border-right-color: #EEE; }
......
......@@ -43,6 +43,6 @@ a.tag:hover { color: #fff; }
color: #fff;
background: #666; }
div.masthead { background-color: rgb(116,179,96); }
.masthead { background-color: rgb(116,179,96); }
/* end */
How to create and use a custom colour palette for your project
-------------
- If you wish to build your colour palette, you can use Sass and the file ebi-global-includes/_ebi_theme_settings.scss
\ No newline at end of file
- If you wish to build your colour palette, you can use Sass and the file ebi-global-includes/_ebi_theme_settings.scss
......@@ -44,6 +44,6 @@ a.tag:hover { color: #fff; }
color: #fff;
background: #666; }
div.masthead { background-color: rgb(0,124,130); }
.masthead { background-color: rgb(0,124,130); }
/* end */
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment