Skip to content

Commit

Permalink
Merge pull request #175 from RitvikRaj0810/master
Browse files Browse the repository at this point in the history
Improved the theme as assigned
  • Loading branch information
Arman-ali-khan-786 authored Oct 16, 2023
2 parents d587e60 + 59dec48 commit d5d758f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions darkModeBtn.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@

/* changing the color scheme according to the dark background */
header.active{
background: rgb(96, 96, 96);
background: rgb(239, 175, 85);
box-shadow: 2px 3px 12px rgb(45, 45, 45);
}
.header-tag.active{
color: rgb(188, 188, 188);
color: #120e17;
}
body.active{
background: #37155a;
background: #120e17;
color: white;
}
em.active,.effect-code>a.active{
Expand Down
2 changes: 1 addition & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body {
background: linear-gradient(225deg, #1180a2, rgba(13, 203, 245, 0.75) 100%) no-repeat;
display: flex;
flex-direction: column;
background: #8892b6 no-repeat;
background: #c9d2ef no-repeat;
}


Expand Down

0 comments on commit d5d758f

Please sign in to comment.