diff options
| -rw-r--r-- | index.html | 3 | ||||
| -rw-r--r-- | style.css | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -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> @@ -51,3 +51,6 @@ a:hover { .h1Green { color: var(--cl-green-6); } +.h1Red { + color: var(--cl-red-6); +} |
