diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-05-09 18:54:05 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-05-09 18:54:05 +0200 |
commit | 2604a4676abb5ab9d5c01aa2064648dbba0b6a06 (patch) | |
tree | 4a01441222c20747b68889310528cad82e5e86a1 /styles/globals.css | |
parent | 5a0f2ed7af3bb804219c1be07969103572384ceb (diff) |
beginnings editor
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; } + |