mirror of
https://github.com/ipdb/website.git
synced 2024-11-12 00:04:48 +01:00
11 lines
129 B
SCSS
11 lines
129 B
SCSS
.hero {
|
|
background: $brand-02;
|
|
padding: 2rem;
|
|
|
|
&,
|
|
.hero__title,
|
|
.hero__action {
|
|
color: #fff;
|
|
}
|
|
}
|