mirror of
https://github.com/KevinMidboe/planetposen-frontend.git
synced 2025-10-29 13:10:12 +00:00
All links get link style from global stylesheet
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -47,6 +47,8 @@ a:hover {
|
||||
|
||||
a.link {
|
||||
border-bottom: 2px solid var(--color-text) !important;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
||||
Reference in New Issue
Block a user