Skip to content

Commit

Permalink
changes made to fix visibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
charu1110 committed Oct 31, 2024
1 parent 8f8641a commit a5b8491
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/forum/forum.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ body, html {
width:100%;
background-color: #ffffff;
}

.replies{
color:black;
}
.community-forum
{
background-image: url("./forum.images/sergey-zolkin-_UeY8aTI6d0-unsplash.jpg");
Expand Down
3 changes: 3 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ main {
.darkmode .scroll-up-btn {
z-index: 1000;
}
.darkmode .replies{
color:white;
}

.darkmode .feature {
background-color: #202020;
Expand Down

0 comments on commit a5b8491

Please sign in to comment.