Skip to content

Commit

Permalink
Fix color of class bg-all
Browse files Browse the repository at this point in the history
Signed-off-by: swastkk <swastkk@gmail.com>
  • Loading branch information
swastkk committed Jan 24, 2024
1 parent fc2cf18 commit f95b4c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/events/page.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
background-repeat: repeat;
background-position: 120% -10%;
background-color: #030f1b;
color: black;
color: whitesmoke;
}
1 change: 1 addition & 0 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ body {
background-size: cover;
background-repeat: no-repeat;
background-attachment:fixed;
color: whitesmoke;
}

.custom-shape-divider-top-1704258614 {
Expand Down

0 comments on commit f95b4c5

Please sign in to comment.