Skip to content

Commit

Permalink
Atualizações de estilo no CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
dieguesmosken committed Apr 4, 2024
1 parent 4fbf769 commit cea225c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions v2/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
--cor-secundaria: #F6F6F6;
--cor-terciaria: #ff4800;
/*--cor-terciaria: #6131ff;*/
--cor-hover: #272727;
--cor-hover: #3e1200;

--fonte-primaria: 'Krona One', sans-serif;
--fonte-secundaria: 'Montserrat', sans-serif;
Expand Down Expand Up @@ -82,15 +82,16 @@ body{
width: 50%;
text-align: center;
border-radius: 8px;
font-size: 1.5rem;
font-size: 1.4rem;
font-weight: 600;
padding: 21.5px 0;
padding: 21.5px;
text-decoration: none;
color: var(--cor-secundaria);
font-family: var(--fonte-secundaria);
}
.apresentacao__links__navegacao:hover{
background-color: var(--cor-hover);
color: var(--cor-secundaria);
}
.apresentacao__icone {
font-size: 1.5rem;
Expand Down

0 comments on commit cea225c

Please sign in to comment.