diff options
-rw-r--r-- | index.html | 6 | ||||
-rw-r--r-- | style.css | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/index.html b/index.html index c3d6bf6..956c7e8 100644 --- a/index.html +++ b/index.html @@ -93,9 +93,9 @@ </ul> <h2 id="links">Links</h2> <ul> - <li><a rel="me" href="https://git.sr.ht/~huyngo">SourceHut</a></li> - <li><a rel="me" href="https://github.com/Huy-Ngo">Github</a></li> - <li><a rel="me" href="https://xrvs.net/">Personal Website</a></li> + <li>Forges: <a rel="me" href="https://git.sr.ht/~huyngo">SourceHut</a>, <a rel="me" href="https://github.com/Huy-Ngo">Github</a></li> + <li>Packages maintained on: <a class="no-print" rel="me" href="https://pkgs.alpinelinux.org/packages?maintainer=Ng%C3%B4+Ng%E1%BB%8Dc+%C4%90%E1%BB%A9c+Huy">Alpine Linux</a></li> + <li><a rel="me" href="https://xrvs.net/">Personal website</a></li> </ul> </div> </div> diff --git a/style.css b/style.css index 1195923..fac3bc4 100644 --- a/style.css +++ b/style.css @@ -75,11 +75,11 @@ dd { a::after { font-family: monospace; font-size: 0.9rem; - color: blue; + color: initial; } a { text-decoration: none; - color: initial; + color: blue; } section { page-break-inside: avoid } } |