This commit is contained in:
WickedJack99
2022-09-21 17:25:55 +02:00
parent 67bff3faa7
commit 722b49978a
10 changed files with 52 additions and 6 deletions

View File

@@ -22,5 +22,20 @@ div.outerDiv {
a {
color: lightseagreen;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}

View File

@@ -13,5 +13,20 @@ img.imageSquare {
a {
color: lightseagreen;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}

View File

@@ -5,5 +5,20 @@ body {
a {
color: lightseagreen;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}