this repo has no description

Update

Changed files
+9
public
css
+9
public/css/style.css
···
background-color: #000;
color: #fff;
}
+
+
a {
+
text-decoration: none;
+
color: #fff;
+
}
+
+
a:hover {
+
text-decoration: underline;
+
}