Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveltonsantos committed Nov 16, 2024
1 parent 16117cf commit 2c77a0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -739,10 +739,12 @@ section.aprendizado {

.arrow {
transition: transform .2s linear;
color: var(--cor-terciaria);
}

.accordion:has(.active) .arrow {
transform: rotate(180deg);
color: var(--cor-quartenaria);

}

Expand All @@ -764,6 +766,10 @@ section.aprendizado {
line-height: 1.5em;
}

.lista-ordenada li:last-child {
margin-bottom: 0px;
}

.lista-ordenada ul i {
color: var(--cor-quartenaria);
}
Expand Down

0 comments on commit 2c77a0d

Please sign in to comment.