diff --git a/index.html b/index.html
index 73b51e2..88a9464 100644
--- a/index.html
+++ b/index.html
@@ -8,6 +8,10 @@
+
+ nudelsalat
+ by pastagang
+
diff --git a/src/style.css b/src/style.css
index 1e6cd6c..578e7c7 100644
--- a/src/style.css
+++ b/src/style.css
@@ -107,3 +107,12 @@ button {
button:hover {
background-color: #333;
}
+
+a {
+ color: #cccccc;
+}
+
+a:hover {
+ background-color: #cccccc;
+ color: black;
+}