feat(sitemap): add XML styling (#221)

This commit is contained in:
Óscar Fernández 2023-11-14 23:26:44 +01:00 committed by GitHub
parent 741a7e7c6f
commit 1df3f7f89c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 190 additions and 4 deletions

View file

@ -154,3 +154,15 @@ hr {
.hidden {
display: none;
}
.visually-hidden {
clip: rect(0 0 0 0);
position: absolute;
margin: -1px;
border: 0;
padding: 0;
width: 1px;
height: 1px;
overflow: hidden;
white-space: nowrap;
}