1
0
Fork 0
mirror of https://github.com/Oreolek/raconteur.git synced 2024-07-08 01:14:23 +03:00
raconteur/_sass/_styles.scss
Bruno Dias 0fdfd7e9a8 Edits
2015-04-15 00:54:29 -03:00

63 lines
704 B
SCSS

/* Definitions */
$brand_background: #009688;
.site-title {
}
.top {
padding-bottom: 2rem;
margin-bottom: 2rem;
h5 {
text-align: center;
}
}
.bright {
padding-top: 2rem;
$color: transparentize($brand_background, 0.1);
background: linear-gradient($color, $color),
white url(../img/bg.jpg) center/cover;
h1, h2, h3, h4, h5, h6, p {
color: white;
}
a {
color: white;
}
}
.intro {
font-size: 2rem;
}
h1, h2, h3, h4, h5 {
a {
text-decoration: none;
}
}
.highlight {
margin: none;
padding: none;
}
pre:first-child {
margin-top: 0;
}
.post-meta {
margin: 0;
font-size: 1.8rem;
text-align: right;
}
img {
max-width: 100%;
}