Skip to content

Commit

Permalink
Update forum.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AnushkaChouhan25 committed Oct 29, 2024
1 parent 5a469cd commit 303222e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pages/forum/forum.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<link rel="stylesheet" href="../forum/forum.css" />

<link rel="stylesheet" href="/styles/styles.css" />
<!-- <base href="/Pathsphere/"> -->
<!-- uncomment above line if deploying to github pages -->
<meta charset="UTF-8" />
Expand Down
9 changes: 9 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,15 @@ main {
.darkmode main {
background-color: #121212;
}
.darkmode .col-12 {
background-color: #121212;
}
.darkmode .dis-card {
background-color: #202020;
}
.darkmode .diss-top {
color: rgb(209, 205, 205);
}

.darkmode .copyright {
background-color: #3C3D37;
Expand Down

0 comments on commit 303222e

Please sign in to comment.