Styling links again

This commit is contained in:
Jean Viscogliosi-Pate 2025-01-24 17:26:45 -08:00
parent dd04a20dfd
commit 09890c3fe9
2 changed files with 20 additions and 4 deletions

View File

@ -463,7 +463,8 @@ label {
a {
color: var(--link-color);
text-decoration: underline;
transition-duration: 0.3s;
text-decoration-color: color-mix(in srgb, currentColor 22%, transparent);
transition-duration: 0.1s;
}
a:hover{

View File

@ -129,9 +129,24 @@
</main>
<ul id="links">
<li><a href="https://git.viscogliosi-pate.com/jean/metamorpov/wiki" target="_blank">How to write for MetamorPOV</a></li>
<li><a href="mailto:metamorpov@viscogliosi-pate.com" target="_blank">Report an issue</a></li>
<li><a href="https://git.viscogliosi-pate.com/jean/metamorpov" target="_blank">Source code</a></li>
<li>
<a href="https://git.viscogliosi-pate.com/jean/metamorpov/wiki" target="_blank">
How to write for MetamorPOV
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M7 7h10v10"/><path d="M7 17 17 7"/></svg>
</a>
</li>
<li>
<a href="mailto:metamorpov@viscogliosi-pate.com" target="_blank">
Report an issue
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M7 7h10v10"/><path d="M7 17 17 7"/></svg>
</a>
</li>
<li>
<a href="https://git.viscogliosi-pate.com/jean/metamorpov" target="_blank">
Source code
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M7 7h10v10"/><path d="M7 17 17 7"/></svg>
</a>
</li>
</ul>
</body>
</html>