Skip to content

Commit

Permalink
Change animated dots to be white in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Dec 6, 2024
1 parent 1e438e0 commit 47d5ff1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ b {
background: hsl(30, 35%, 10%);
color: hsl(30, 15%, 90%);
}

svg circle {
fill: white;
}
}

main {
Expand Down

0 comments on commit 47d5ff1

Please sign in to comment.