wow such feature

This commit is contained in:
2024-04-27 20:19:22 +02:00
parent b6c2a3c92e
commit 5d04413dbe
11 changed files with 261 additions and 16 deletions

View File

@@ -0,0 +1,11 @@
.closeButton {
position: absolute;
bottom: 0;
right: 0;
padding: 0.5rem;
cursor: pointer;
}
[data-theme='dark'] .modal {
background-color: var(--ifm-color-primary);
}