Skip to content

Commit

Permalink
💄change li color to accent
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Wagner committed Dec 29, 2024
1 parent 8ec3b2b commit a04abc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UI/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ p {
text-align: justify;
}

ol li::marker {
color: var(--accent2)
}

ul {
list-style-type: none;
margin: 0;
Expand Down

0 comments on commit a04abc1

Please sign in to comment.