summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-10-28 12:38:10 +0300
committerYuval Adam <_@yuv.al>2022-10-28 12:38:10 +0300
commit0c628ce276314a4cb3c99875abc65f09015b7d34 (patch)
treef3e1628595faa7f1ec911e5e4665a5526510dc74
parent2e9b6c1e5c270352402096a64adfee10a8ad7088 (diff)
Dim links
-rw-r--r--templates/index.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/templates/index.html b/templates/index.html
index 24ffa44..ca71425 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -23,21 +23,22 @@
<body class="mw7-ns ph3 center sans-serif">
<h1 class="f2 code">Doma.in Na.me Ha.ck Cl.ub</h1>
<p>An exclusive club of nerds that own the <a href="https://en.wikipedia.org/wiki/Domain_hack"
- class="link dark-pink">domain hack</a> to their name, and serve their personal homepage from it.</p>
- <p>Are you one of us? <a href="https://github.com/yuvadm/namehack.club" class="link dark-pink">Join the club.</a></p>
+ class="link dim dark-pink">domain hack</a> to their name, and serve their personal homepage from it.</p>
+ <p>Are you one of us? <a href="https://github.com/yuvadm/namehack.club" class="link dim dark-pink">Join the club.</a>
+ </p>
<ul class="list">
{% for name in names %}
<li class="mb3">
- <div class="f3">{{ name|render_link("link blue")|safe }}</div>
+ <div class="f3">{{ name|render_link("link dim blue")|safe }}</div>
<div class="light-silver serif mt1">{{ name.title }}</div>
</li>
{% endfor %}
</ul>
<hr>
<footer>
- Created by <a href="https://yuv.al" class="link green">Yuval Adam</a>. Maintained collaboratively on <a
- href="https://github.com/yuvadm/namehack.club" class="link green">Github</a>.
+ Created by <a href="https://yuv.al" class="link dim green">Yuval Adam</a>. Maintained collaboratively on <a
+ href="https://github.com/yuvadm/namehack.club" class="link dim green">Github</a>.
</footer>
</body>