mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2024-11-25 19:15:33 +03:00
9 lines
78 B
SCSS
9 lines
78 B
SCSS
.terms {
|
|
h1 {
|
|
color: $accent;
|
|
}
|
|
|
|
h3 {
|
|
font-size: initial;
|
|
}
|
|
}
|