n/a
diff --git a/public_html/script.js b/public_html/script.js
index 7732ea5..2e3c897 100644
--- a/public_html/script.js
+++ b/public_html/script.js
@@ -1819,7 +1819,7 @@ function getFlightAwareModeSLink(code, ident, linkText) {
function getFlightAwarePhotoLink(registration) {
if (registration !== null && registration !== "") {
- return "
See Aircraft Photos";
+ return "
See Photos";
}
return "";
diff --git a/public_html/style.css b/public_html/style.css
index b798d7e..3845cc7 100644
--- a/public_html/style.css
+++ b/public_html/style.css
@@ -440,6 +440,10 @@ select.error, textarea.error, input.error {
text-align: center;
}
+.lightblue-link, .lightblue-link a {
+ color: #00A0E2;
+}
+
.buttonHeader {
margin-top: 15px;
}