diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-06 16:15:53 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-06 16:15:53 -0700 |
| commit | 819bf3b60fd7ba1aa98bdd0070738303d70e1363 (patch) | |
| tree | 7fdc6a5c4e8000d63a5f51399a5b9d8f1a2b9dae /static | |
| parent | 6d9d1bb0846064b4bae285c5bebbde908020661b (diff) | |
Increase brand font size from 1.55rem to 1.8rem
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Diffstat (limited to 'static')
| -rw-r--r-- | static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css index b9ab7dd..bc5c2e2 100644 --- a/static/styles.css +++ b/static/styles.css @@ -61,7 +61,7 @@ textarea { .brand { font-family: 'Cormorant Garamond', Georgia, serif; - font-size: 1.55rem; + font-size: 1.8rem; color: var(--accent); } |
