forked from deepStateMirrors/tabi
✨ feat(sitemap): add XML styling (#221)
This commit is contained in:
parent
741a7e7c6f
commit
1df3f7f89c
9 changed files with 190 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue