Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
mamoel159 authored May 6, 2024
1 parent 8355b0e commit fa67b03
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

.cabecalho-titulo{
color: #ff00b3;
color: #585658;
font-style: italic;
font-variation-settings:
}
Expand All @@ -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);

}

Expand All @@ -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;
Expand All @@ -72,7 +72,7 @@ p{
}

.estudante{
color: rgb(253, 6, 109);
color: rgb(0, 185, 170);
background-image:linear-gradient( #f7c9e4, #ffffff) ;
}
.estudante-titulo{
Expand Down

0 comments on commit fa67b03

Please sign in to comment.