Change Header background to Jamun

This commit is contained in:
Abhijit Kshirsagar 2025-02-27 22:13:04 +05:30
parent cc6f6d562a
commit 5d97ceda82
2 changed files with 10 additions and 3 deletions

View File

@ -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. # 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 # you may do so in _sass/variables.scss
highlight-color: '#CC0000' highlight-color: '#ffad4a'
lowlight-color: '#000' 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. # 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: creative-commons:
cc-by: #yes cc-by: #yes

View File

@ -19,6 +19,7 @@ body {
font-weight: 700; font-weight: 700;
text-transform: uppercase; text-transform: uppercase;
@include clearfix; @include clearfix;
background-color: $jamuncolor;
border-bottom-style: solid; border-bottom-style: solid;
border-bottom-color: $highlightcolor; border-bottom-color: $highlightcolor;
border-bottom-width: .5em; border-bottom-width: .5em;
@ -83,6 +84,13 @@ body {
border-bottom: 0 solid transparent; border-bottom: 0 solid transparent;
} }
a { a {
color: #ffffff;
&:visited {
color: #ffffff;
}
&:hover {
color: lighten($marigoldcolor, 10);
}
display: block; display: block;
padding: 10px 0; padding: 10px 0;
decoration: none; decoration: none;