update index.html: add visually-hidden class for improved accessibility support

This commit is contained in:
pacnpal
2025-02-15 23:40:52 -05:00
parent 40f04eb5d2
commit 0a2bfc28bb

View File

@@ -103,6 +103,17 @@
color: white;
z-index: 100;
}
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.site-title {
text-align: center;
margin: 15px 0 20px 0;