1
0
mirror of https://github.com/ipdb/website.git synced 2024-06-30 05:31:56 +02:00
website/_src/_assets/scss/_hero.scss

11 lines
129 B
SCSS

.hero {
background: $brand-02;
padding: 2rem;
&,
.hero__title,
.hero__action {
color: #fff;
}
}