Skip to content

Commit

Permalink
Merge pull request #50 from blueprint-site/bug/#47-dark-mode-toggle-i…
Browse files Browse the repository at this point in the history
…mages

Fix bug/#47 dark mode toggle images
  • Loading branch information
TheReal-Flo authored May 8, 2024
2 parents 9a6e566 + e21938a commit a1a697b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ footer {
content: '';
width: 100px;
height: 100px;
background-image: url("https://media.discordapp.net/attachments/1235623703228715039/1235953730742915174/dark_mode.webp?ex=66363f1c&is=6634ed9c&hm=c5c6d65efa12768610dcbc7598d76dc1f5f6c85ac3836e3cafc938f9f500d91d&=&format=webp&width=468&height=468");
background-image: url("/static/dark_mode.webp");
background-size: cover;
position: absolute;
bottom: 0;
Expand All @@ -200,5 +200,5 @@ footer {
}

.dark-mode #dark-mode-toggle::after {
background-image: url("https://media.discordapp.net/attachments/1235623703228715039/1235953778088349748/light_mode.webp?ex=66363f27&is=6634eda7&hm=7d0756124f0a8395accb04507350f94c2ed238e1cf9b3987c43133bbd15a591d&=&format=webp&width=468&height=468");
}
background-image: url("/static/light_mode.webp");
}

0 comments on commit a1a697b

Please sign in to comment.