publik-base-theme/static/tonneville/_custom.scss

42 lines
500 B
SCSS

body {
background: #071726;
}
#footer {
background: #2F3943;
border-top: 1px solid black;
padding-bottom: 2em;
}
#footer-wrapper {
padding-top: 0;
padding-bottom: 0;
}
#header-wrapper {
background: transparent url(header-bg.jpeg) top center no-repeat;
height: 230px;
}
#logo {
padding-top: 180px;
}
#logo a {
color: white;
}
div#nav,
div#nav > ul {
margin: 0 auto;
}
div#nav-wrapper {
background: $nav-background;
}
div#main-content-wrapper {
background: white;
padding: 1ex;
}