From ae5f36909f3338fbb039b08df8c6f68ecf9a39ac Mon Sep 17 00:00:00 2001 From: chris bell Date: Thu, 13 Aug 2026 12:24:06 -0500 Subject: [PATCH] Made the red a little redder --- index.html | 2 +- post.html | 2 +- styles/main.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 3406af0..870ff34 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@ - +

// Hex Studios

Developer, biker, musician, engineer, and an unapologetic centrist in the deep red south. The real @hexstudios. diff --git a/post.html b/post.html index fbc171a..3960f8a 100644 --- a/post.html +++ b/post.html @@ -33,8 +33,8 @@
- ← Return home +

Loading post…

diff --git a/styles/main.css b/styles/main.css index 81ef2c3..3306bc6 100644 --- a/styles/main.css +++ b/styles/main.css @@ -11,7 +11,7 @@ --background-color: #f2f0ea; --foreground-color: #1a1a1a; --soft-color: #6b6a63; - --accent-color: #8c2e24; + --accent-color: #921b0e; --rule-color: #d8d5cb; --code-bg: #e8e5da; }