1
0
mirror of https://github.com/ipdb/website.git synced 2025-01-06 19:55:41 +01:00
website/_src/_assets/scss/_hero.scss

11 lines
129 B
SCSS
Raw Normal View History

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