this repo has no description

Update

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