Skip to content

Commit

Permalink
add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AnujShrivastava01 committed Oct 24, 2024
1 parent 57586dd commit 450fe76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 64 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"liveServer.settings.port": 5502
}
"liveServer.settings.port": 5503
}
62 changes: 0 additions & 62 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -491,68 +491,6 @@ <h2>Main Content</h2>
}
</style>

/* General Styles */
h2 {
margin-top: 50px;
color: black;
font-size: 50px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.circle {
height: 24px;
width: 24px;
border-radius: 50%;
background-color: black;
position: fixed;
top: 0;
left: 0;
pointer-events: none;
z-index: 99999999;
transition: transform 0.1s ease-out;
}

/* Dark Mode Styles */
.dark-mode {
background-color: #1a1a1a;
color: #ffffff;
}

.dark-mode .container {
background-image: linear-gradient(120deg, #3a0033, #001a33, #1a0033);
}

.dark-mode .canvas-container {
background: #2a2a2a;
}

.dark-mode #mainCanvas {
border-color: #ffffff;
background-color: #333333;
}

.dark-mode .btn {
background-color: #444444;
}

.dark-mode .form-control {
background-color: #333333;
color: #ffffff;
}

.dark-mode .footer {
background-color: #333333;
color: #ffffff;
}

.dark-mode .footer .share a {
color: #ffffff;
}

.body #darkModeToggle {
background-color: #ffffff;
color: #333333;
}
</style>


Expand Down

0 comments on commit 450fe76

Please sign in to comment.