Skip to content

Commit

Permalink
set background color to black
Browse files Browse the repository at this point in the history
  • Loading branch information
ItziSpyder committed Feb 29, 2024
1 parent 4617e05 commit 8273736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clickcrystals/bulletin/gen/css/gen.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.main {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: white;
background-color: rgb(0, 92, 92);
background-color: black;
z-index: -1;
}

Expand Down

0 comments on commit 8273736

Please sign in to comment.