Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabeer-Junaid committed Jun 14, 2024
1 parent ba88c00 commit 64f8256
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ body {
/* background-color: aqua; */
}


@media (min-width: 768px) {
.cover-logo {
margin-top: 3rem;
Expand Down Expand Up @@ -204,10 +203,10 @@ body.light-theme,
color: black;
}

body.light-theme .cover-logo img{
filter: invert(1); /*Change logo color on theme switch*/
body.light-theme .cover-logo img {
filter: invert(1); /*Change logo color on theme switch*/
}

body.light-theme .themelogo{
body.light-theme .themelogo {
filter: invert(1);
}
}

0 comments on commit 64f8256

Please sign in to comment.