From d98ad4c0be6459550d3449e79bb5e7b9bfaf8f77 Mon Sep 17 00:00:00 2001 From: Thilak238 <37933303+Thilak238@users.noreply.github.com> Date: Sun, 5 May 2024 15:16:01 +0530 Subject: [PATCH] Update style.css Update style.css --- exercicios/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}