Skip to content

Commit

Permalink
Update comentário.css
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielHCarvalhaes committed Jun 28, 2024
1 parent 7c315c5 commit edc1a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codigo/assets/css/comentário.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
:root {
--text-color: #C8C2C2;
--bg-color: #1E1D1C;
--switch-bg-url: url(./image/moon-stars.svg);
--switch-bg-url: url(../images/moon-stars.svg);
}

.light {
--text-color: black;
--bg-color: #F6F0E2;
--switch-bg-url: url(../image/sun.svg);
--switch-bg-url: url(../images/sun.svg);
}

body {
Expand Down

0 comments on commit edc1a21

Please sign in to comment.