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

27 lines
393 B
SCSS

body {
background: #1B0B0A url(bodybg.jpg) no-repeat center top fixed
}
#footer {
background: $primary-color;
color: white;
border: 1px solid white;
border-width: 1px 0;
}
#logo {
height: 2em;
line-height: 2em;
background: rgba(255, 255, 255, 0.3);
display: inline-block;
padding: 0 1ex;
}
#logo a {
text-shadow: -2px -1px white;
}
div#nav > ul > li a {
font-weight: normal;
}