Update Wargear Regelwerk

This commit is contained in:
2024-01-06 22:37:06 +01:00
parent 36c7505c5d
commit 890f71d144
8 changed files with 628 additions and 208 deletions

View File

@@ -52,5 +52,9 @@ const { Content } = await page.render();
pre.astro-code {
@apply w-fit p-4 rounded-md border-2 border-gray-600 my-4;
}
a {
@apply text-neutral-800 dark:text-neutral-400 hover:underline;
}
}
</style>