Skip to content

Commit

Permalink
I just changed the dark mode and nothing else.
Browse files Browse the repository at this point in the history
  • Loading branch information
GCode4000 committed Apr 14, 2024
1 parent f1ce294 commit e39fa18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</head>
<body>
<h2>MD Web</h2>
<button onclick="myFunction()">Toggle dark mode</button>
<button onclick="myFunction()">Toggle dark blue mode</button>
<h4></h4>
<div id="chat-container">
<h3 id="CHATtext">MD Web is not meant to replace your doctor. Please do not rely on MD Web. MD Web works best with more information. Please provide as many details as possible in order for MD Web to preform the best it possibly can.</h3>
Expand Down
6 changes: 4 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ body {
}

.dark-mode {

background-color: black;
#chat-container {
background-color: rgb(12, 3, 114);
}
background-color: rgb(12, 3, 114);
color: white;
}

0 comments on commit e39fa18

Please sign in to comment.