Skip to content

Commit 18434a4

Browse files
author
veeck
committed
Run linter again
1 parent 2c4f30a commit 18434a4

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

.vitepress/theme/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ html.dark .light-only {
149149

150150
html:not(.dark) .dark-only {
151151
display: none !important;
152-
}
152+
}

index.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)