Change Header background to Jamun
This commit is contained in:
parent
cc6f6d562a
commit
5d97ceda82
|
@ -42,9 +42,8 @@ owner:
|
|||
|
||||
# The following adjust the accents for your site. If you would like to further edit colors, fonts, font sizes, etc.
|
||||
# you may do so in _sass/variables.scss
|
||||
highlight-color: '#CC0000'
|
||||
lowlight-color: '#000'
|
||||
|
||||
highlight-color: '#ffad4a'
|
||||
lowlight-color: '#6c1b85'
|
||||
# NOTE: If you would like your site to be licensed under a creative commons license, uncomment the 'yes' next to the type of license you wish to use.
|
||||
creative-commons:
|
||||
cc-by: #yes
|
||||
|
|
|
@ -19,6 +19,7 @@ body {
|
|||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
@include clearfix;
|
||||
background-color: $jamuncolor;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-color: $highlightcolor;
|
||||
border-bottom-width: .5em;
|
||||
|
@ -83,6 +84,13 @@ body {
|
|||
border-bottom: 0 solid transparent;
|
||||
}
|
||||
a {
|
||||
color: #ffffff;
|
||||
&:visited {
|
||||
color: #ffffff;
|
||||
}
|
||||
&:hover {
|
||||
color: lighten($marigoldcolor, 10);
|
||||
}
|
||||
display: block;
|
||||
padding: 10px 0;
|
||||
decoration: none;
|
||||
|
|
Loading…
Reference in New Issue