refactor: ♻️ style links site-wide

This commit is contained in:
Sebin Nyshkim 2025-07-07 15:23:25 +02:00
parent 54ebaaec9b
commit c194a3e921
2 changed files with 14 additions and 14 deletions

View file

@ -51,18 +51,4 @@
:host p {
text-align: justify;
}
:host article a {
color: inherit;
text-decoration: underline;
text-underline-offset: 0.1875em;
text-decoration-thickness: 0.125em;
text-decoration-skip-ink: all;
text-decoration-color: var(--clr-link-underline);
transition: color 0.2s ease;
}
:host article a:hover {
color: var(--clr-link);
}
</style>