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>
|
<p>
|
||||||
Kontaktperson: Leigh Midbøe<br />
|
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>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@@ -176,8 +176,4 @@
|
|||||||
|
|
||||||
<style lang="scss" module="scoped">
|
<style lang="scss" module="scoped">
|
||||||
@import '../../styles/generic-article.scss';
|
@import '../../styles/generic-article.scss';
|
||||||
|
|
||||||
a {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -47,6 +47,8 @@ a:hover {
|
|||||||
|
|
||||||
a.link {
|
a.link {
|
||||||
border-bottom: 2px solid var(--color-text) !important;
|
border-bottom: 2px solid var(--color-text) !important;
|
||||||
|
text-decoration: none;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user