All links get link style from global stylesheet

This commit is contained in:
2022-12-29 23:54:38 +01:00
parent f5a5534598
commit d86732c9b3
2 changed files with 3 additions and 5 deletions

View File

@@ -33,7 +33,7 @@
<p>
Kontaktperson: Leigh Midbøe<br />
E-post: <a href="mailto:contact@planetposen.no">contact@planetposen.no</a>
E-post: <a class="link" href="mailto:contact@planetposen.no">contact@planetposen.no</a>
</p>
<p>
@@ -176,8 +176,4 @@
<style lang="scss" module="scoped">
@import '../../styles/generic-article.scss';
a {
text-decoration: underline;
}
</style>

View File

@@ -47,6 +47,8 @@ a:hover {
a.link {
border-bottom: 2px solid var(--color-text) !important;
text-decoration: none;
display: inline-block;
}
h1 {