This commit is contained in:
Moritz 2019-07-11 23:04:59 +02:00
parent 206b2a3b05
commit 45cd3558e2
2 changed files with 4 additions and 1 deletions

View file

@ -13,7 +13,7 @@
Hannes Jaeschke<br />
Büttelbronnerstraße 24<br />
74613 Öhringen<br />
Hanneshp1@gmail.com
<a class="mailto" href="mailto:Hanneshp1@gmail.com">Hanneshp1@gmail.com</a>
</p>
</body>

View file

@ -35,4 +35,7 @@ p {
.button:hover {
background-color: lightgray;
color: white;
}
.mailto{
color: grey;
}