Initial commit

This commit is contained in:
2025-10-22 22:06:16 +02:00
commit d8ca4e154f
141 changed files with 32231 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
.ntsh_tabs {
position: absolute;
inset: 50px 0 0 0;
.ntsh_tab {
position: absolute;
inset: 0px;
display: none;
&.ntsh_tab-visible {
display: block;
}
}
}