summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-05-20 13:04:21 +0000
committerdacctal <dacctal@symlinx.net>2026-05-20 13:04:21 +0000
commit01030c4d11ee3612adef9fd7b8f30da29c44269c (patch)
treeedf65f442307ba53234540c4ca90e1257937ccfd
parent781cf17c5d39c5da77ee4fdf48ddd1274688ec4e (diff)
test
-rw-r--r--index.html3
-rw-r--r--style.css3
2 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html
index dd27577..168a429 100644
--- a/index.html
+++ b/index.html
@@ -14,6 +14,9 @@
<p><center>Managed and owned by <a href="https://symlinx.net/dacctal">dacctal</a> c ‿c</center></p>
<br>
+ <h2><span class="h1Red">◼</span> LIVE</h2>
+ <br>
+
<h2>All code repos:</h2>
<h3><a href="https://git.symlinx.net">git.symlinx.net</a></h3>
<br>
diff --git a/style.css b/style.css
index 39aa7c1..7e089c0 100644
--- a/style.css
+++ b/style.css
@@ -51,3 +51,6 @@ a:hover {
.h1Green {
color: var(--cl-green-6);
}
+.h1Red {
+ color: var(--cl-red-6);
+}