Skip to content

Commit

Permalink
docs: Use light image in light mode and dark in darkmode
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Oct 14, 2024
1 parent e8771ac commit 8cf1b8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="assets/wordmark/wordmark+slogan-light.svg"
srcset="assets/wordmark/wordmark+slogan-dark.svg"
>
<img
src="assets/wordmark/wordmark+slogan-dark.svg"
<img
src="assets/wordmark/wordmark+slogan-light.svg"
>
</picture>
<br>
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.aboutlibraries) apply false
alias(libs.plugins.android.application) apply false
Expand Down

0 comments on commit 8cf1b8b

Please sign in to comment.