Skip to content

Commit

Permalink
Merge pull request anuragverma108#417 from Saimanjari777/main
Browse files Browse the repository at this point in the history
Logo changed and visible in dark mode too
  • Loading branch information
anuragverma108 authored May 14, 2024
2 parents 21caad3 + 5805717 commit d3c72b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,7 @@ body {
}

.dark-mode .logopic{
transition: all 5s ease-in-out;
mix-blend-mode: color-burn;
mix-blend-mode: normal;
}


Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<div class="container">

<a href="#" class="logo" style="display:flex;">
<img src="./assets/images/Logo-pic.png" alt="" class="logopic" style=" width: 66px;"></img>
<div style="margin-top:20px;">SwapReads</div>
<img src="https://png.pngtree.com/png-clipart/20230102/original/pngtree-letter-s-r-beauty-monogram-serif-logo-design-png-image_8855277.png" alt="" class="logopic" style=" width: 66px;"></img>
<div style="margin-top:17px;">SwapReads</div>
</a>

<nav class="navbar" data-navbar>
Expand Down

0 comments on commit d3c72b3

Please sign in to comment.