mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2024-12-02 14:34:56 +03:00
10 lines
84 B
CSS
10 lines
84 B
CSS
|
.terms {
|
||
|
h1 {
|
||
|
color: var(--accent);
|
||
|
}
|
||
|
|
||
|
h3 {
|
||
|
font-size: initial;
|
||
|
}
|
||
|
}
|