Skip to content

Commit 8df906e

Browse files
committed
fix: Improve accessibility and site performance
1 parent 4dfb114 commit 8df906e

File tree

12 files changed

+10
-5
lines changed

12 files changed

+10
-5
lines changed
-7.75 MB
Loading
-48.2 KB
Loading
-148 KB
Loading
-1.61 MB
Loading

assets/images/artwork/Mansion.png

-242 KB
Loading
-2.33 MB
Loading

assets/images/artwork/Rofi.png

-1.31 MB
Loading

assets/styles/50_main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ aside h2 {
173173
margin-top: 0.5rem;
174174
text-align: center;
175175
text-transform: uppercase;
176-
opacity: 0.5;
176+
opacity: 0.6;
177177
}
178178

179179
main {

src/components/artwork-image.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<h3>[[ this.title ]]</h3>
22
<a class="artwork" href="[[ this.link ]]">
3-
<img src="[[ this.link ]]" alt="[[ this.title ]]" />
3+
<img src="[[ this.link ]]" alt="[[ this.title ]]" fetchpriority="high" />
44
</a>
Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)