1
0
Fork 0
mirror of https://github.com/Oreolek/raconteur.git synced 2024-07-17 13:54:24 +03:00
raconteur/_sass/_styles.scss

64 lines
725 B
SCSS
Raw Normal View History

2015-04-13 12:32:17 +03:00
/* Definitions */
2015-04-13 23:50:46 +03:00
$brand_background: #009688;
2015-04-13 12:32:17 +03:00
.site-title {
}
.top {
padding-bottom: 2rem;
margin-bottom: 2rem;
h5 {
text-align: center;
}
}
.bright {
padding-top: 2rem;
2015-04-13 23:50:46 +03:00
$color: transparentize($brand_background, 0.1);
background: linear-gradient($color, $color),
white url(../img/bg.jpg) center/cover;
2015-04-13 12:32:17 +03:00
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 {
2015-04-13 23:50:46 +03:00
margin: 0;
font-size: 1.8rem;
text-align: right;
2015-05-04 19:58:07 +03:00
line-height: 4rem;
2015-04-13 23:50:46 +03:00
2015-04-15 06:54:29 +03:00
}
img {
max-width: 100%;
2015-04-13 12:32:17 +03:00
}