File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed
Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -149,4 +149,4 @@ html.dark .light-only {
149149
150150html : not (.dark ) .dark-only {
151151 display : none !important ;
152- }
152+ }
Original file line number Diff line number Diff line change @@ -43,12 +43,18 @@ web server or browser installs necessary!
4343<p style =" display : flex ; gap : 10px ;justify-content : center " >
4444 <a
4545 href="https://forum.magicmirror.builders/topic/728/magicmirror-is-voted-number-1-in-the-magpi-top-50 "
46- >
47- <img class="dark-only" src="https://magicmirror.builders/img/magpi-best-watermark.png "
48- width="150"
49- alt="MagPi Top 50" />
50- <img class="light-only" src="https://magicmirror.builders/img/magpi-best-watermark-custom.png "
51- width="150"
52- alt="MagPi Top 50" />
46+ >
47+ <img
48+ class="dark-only"
49+ src="https://magicmirror.builders/img/magpi-best-watermark.png"
50+ width="150"
51+ alt="MagPi Top 50"
52+ />
53+ <img
54+ class="light-only"
55+ src="https://magicmirror.builders/img/magpi-best-watermark-custom.png"
56+ width="150"
57+ alt="MagPi Top 50"
58+ />
5359 </a >
5460</p >
You can’t perform that action at this time.
0 commit comments