mirror of
https://github.com/Noratrieb/blog.git
synced 2026-01-14 12:35:00 +01:00
9 lines
84 B
CSS
9 lines
84 B
CSS
.terms {
|
|
h1 {
|
|
color: var(--accent);
|
|
}
|
|
|
|
h3 {
|
|
font-size: initial;
|
|
}
|
|
}
|