diff --git a/exercicios/style.css b/exercicios/style.css index 0a2d6646..94e4a439 100644 --- a/exercicios/style.css +++ b/exercicios/style.css @@ -1,6 +1,7 @@ body { background-color: rgb(69, 69, 69); font: 13pt Arial; + color: black; } main { @@ -45,4 +46,4 @@ a, a:visited { a:hover { color: darkgoldenrod; text-decoration: none; -} \ No newline at end of file +}