Better Link UI
Gio e@mail
Wed, 28 Feb 2024 08:26:36 -0500
2 files changed,
13 insertions(+),
4 deletions(-)
M
static/style.css
→
static/style.css
@@ -54,9 +54,18 @@ text-transform: uppercase;
font-size: 13pt; } -a { +a:link { color: #a9d1df; text-decoration: none; +} + +a:hover { + color: #849da2; + text-decoration: underline; +} + +a:visited { + color: #849da2; } footer {
M
templates/index.html
→
templates/index.html
@@ -2,9 +2,9 @@ {% extends "base.html" %}
{% block outline %} . <br> - ├── <a href="https://search.apocryphonofgio.net">Whoogle</a> <br> - ├── <a href="https://inv.apocryphonofgio.net/search?q=">Invidious</a> <br> - └── <a href="https://git.apocryphonofgio.net/">Git</a> <br> + ├── <a href="https://search.apocryphonofgio.net">Whoogle 🔗</a> <br> + ├── <a href="https://inv.apocryphonofgio.net/search?q=">Invidious 🔗</a> <br> + └── <a href="https://git.apocryphonofgio.net/">Git 🔗</a> <br> {% endblock outline %} {% block title %}