Offers, tabelka z uslugami

This commit is contained in:
dm
2025-11-21 21:01:47 +01:00
parent 8c0e59b173
commit c09f12f305
14 changed files with 699 additions and 17 deletions

View File

@@ -21,7 +21,7 @@
}
.fuz-markdown ul {
@apply list-disc pl-6 mb-4;
@apply list-disc pl-10 mb-4;
}
.fuz-markdown ol {
@@ -32,6 +32,14 @@
@apply mb-1;
}
.fuz-markdown ul li::marker {
color: var(--fuz-accent);
}
.dark .fuz-markdown ul li::marker {
color: var(--fuz-accent);
}
.fuz-markdown a {
@apply text-blue-600 dark:text-blue-400 underline hover:no-underline;
}