10 lines
84 B
CSS
10 lines
84 B
CSS
.terms {
|
|
h1 {
|
|
color: var(--accent);
|
|
}
|
|
|
|
h3 {
|
|
font-size: initial;
|
|
}
|
|
}
|