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
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;
}