diff options
Diffstat (limited to 'styles/globals.css')
-rw-r--r-- | styles/globals.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/styles/globals.css b/styles/globals.css index fc41e88..028d585 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -8,3 +8,9 @@ html, body { font-family: "Inter", sans-serif; } +.keyframe { fill: var(--gruble); } + +h1 { font-size: 1.25rem; } +h2 { font-size: 1.125rem; } +h3 { font-size: 1rem; } + |