Update to site
This commit is contained in:
parent
3345fa5897
commit
b0bdfe2fe9
244 changed files with 11618 additions and 12 deletions
12
sass/oscailte/base/_header.scss
Normal file
12
sass/oscailte/base/_header.scss
Normal file
|
@ -0,0 +1,12 @@
|
|||
body > header {
|
||||
@include box-shadow(0 0 3px rgba(0, 0, 0, 0.25));
|
||||
background-color: $header-background;
|
||||
margin-bottom: 2em;
|
||||
|
||||
.site-title {
|
||||
color: $grayDarker;
|
||||
font-size: 1.7em;
|
||||
font-weight: bold;
|
||||
line-height: 2.5em;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue