feat: not-hidden combination

This commit is contained in:
relikd
2025-11-06 01:25:35 +01:00
parent 2d16cb666b
commit cfb6b17bc7
3 changed files with 7 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ body {
line-height: 1.3;
}
.hiddenDiv {
.hidden, .not- {
display: none;
}