10 lines
78 B
SCSS
10 lines
78 B
SCSS
|
.terms {
|
||
|
h1 {
|
||
|
color: $accent;
|
||
|
}
|
||
|
|
||
|
h3 {
|
||
|
font-size: initial;
|
||
|
}
|
||
|
}
|