Made the red a little redder
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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">← Return home</a>
|
<a class="back-link" href="index.html">← 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…</p></div>
|
<div id="content"><p class="state">Loading post…</p></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user