summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2026-05-06 16:15:53 -0700
committerTyler Hoang <tyler@tylerhoang.xyz>2026-05-06 16:15:53 -0700
commit819bf3b60fd7ba1aa98bdd0070738303d70e1363 (patch)
tree7fdc6a5c4e8000d63a5f51399a5b9d8f1a2b9dae /static/styles.css
parent6d9d1bb0846064b4bae285c5bebbde908020661b (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/styles.css')
-rw-r--r--static/styles.css2
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);
}