all repos — website.git @ 6730ac5804dd4a220c8ae1a2bf1ceca389ae426c

Files for the website.

Better Link UI
Gio e@mail
Wed, 28 Feb 2024 08:26:36 -0500
commit

6730ac5804dd4a220c8ae1a2bf1ceca389ae426c

parent

a5b9b86cb1c8f5c6c97a8ae5e5d82b527755b229

2 files changed, 13 insertions(+), 4 deletions(-)

jump to
M static/style.cssstatic/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.htmltemplates/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 %}