From fa67b03bf78e4486aa7412c015a1eb91712d78d7 Mon Sep 17 00:00:00 2001 From: mamoel159 <169071371+mamoel159@users.noreply.github.com> Date: Mon, 6 May 2024 12:33:38 -0300 Subject: [PATCH] s --- style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index 15ef0b9..eda54a8 100644 --- a/style.css +++ b/style.css @@ -12,7 +12,7 @@ } .cabecalho-titulo{ - color: #ff00b3; + color: #585658; font-style: italic; font-variation-settings: } @@ -30,15 +30,15 @@ .cabecalho-lista-item a{ text-decoration: none; - color:rgb(245, 128, 198); + color:rgb(71, 71, 71); } a:hover { - color: #ff00b3; + color: #222122; } a:active{ - color: rgb(247, 0, 193); + color: rgb(0, 0, 0); } @@ -50,7 +50,7 @@ a:active{ .escola{ background-image:linear-gradient( #fdfdfd, #f7c9e4) ; - color: rgb(253, 6, 109); + color: rgb(0, 30, 112); display: flex; justify-content: center; align-items: center; @@ -72,7 +72,7 @@ p{ } .estudante{ - color: rgb(253, 6, 109); + color: rgb(0, 185, 170); background-image:linear-gradient( #f7c9e4, #ffffff) ; } .estudante-titulo{