Made the red a little redder

This commit is contained in:
2026-08-13 12:24:06 -05:00
parent d7d60dc0f6
commit ae5f36909f
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
<link rel="stylesheet" href="styles/main.css"> <link rel="stylesheet" href="styles/main.css">
</head> </head>
<body> <body>
<button id="theme-toggle" onclick="toggleTheme()">toggle theme</button> <button id="theme-toggle" onclick="toggleTheme()">toggle light/dark</button>
<h1>// Hex Studios</h1> <h1>// Hex Studios</h1>
<i>Developer, biker, musician, engineer, and an unapologetic centrist in the deep red south. The real @hexstudios.</i> <i>Developer, biker, musician, engineer, and an unapologetic centrist in the deep red south. The real @hexstudios.</i>

View File

@@ -33,8 +33,8 @@
<body> <body>
<div class="wrap"> <div class="wrap">
<button id="theme-toggle" onclick="toggleTheme()">toggle theme</button>
<a class="back-link" href="index.html">&larr; Return home</a> <a class="back-link" href="index.html">&larr; Return home</a>
<button id="theme-toggle" onclick="toggleTheme()">toggle light/dark</button>
<p class="meta" id="meta" hidden></p> <p class="meta" id="meta" hidden></p>
<div id="content"><p class="state">Loading post&hellip;</p></div> <div id="content"><p class="state">Loading post&hellip;</p></div>
</div> </div>

View File

@@ -11,7 +11,7 @@
--background-color: #f2f0ea; --background-color: #f2f0ea;
--foreground-color: #1a1a1a; --foreground-color: #1a1a1a;
--soft-color: #6b6a63; --soft-color: #6b6a63;
--accent-color: #8c2e24; --accent-color: #921b0e;
--rule-color: #d8d5cb; --rule-color: #d8d5cb;
--code-bg: #e8e5da; --code-bg: #e8e5da;
} }