mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-20 17:16:51 +00:00
12 lines
245 B
SCSS
12 lines
245 B
SCSS
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;
|
|
}
|
|
} |