Files
wanderer/docs/src/custom.css
Jonas Plum 05ad5ce8e0 Change docs (#441)
* Change docs

* hide backend config & small style change

---------

Co-authored-by: Christian Beutel <>
2025-08-22 17:56:38 +02:00

34 lines
557 B
CSS

@import 'tailwindcss';
@reference "./tailwind.css";
.card {
@apply rounded-xl
}
.content-panel ul {
@apply list-disc list-inside ml-4
}
.content-panel ol {
@apply list-decimal list-inside ml-4
}
details details .group-label span {
font-size: var(--sl-text-sm);
font-weight: 400;
}
.card .icon {
background-color: transparent !important;
border-color: var(--sl-color-text) !important
}
@media (min-width: 50rem) {
.hero {
grid-template-columns: 7fr 7fr;
}
.hero>.hero-html {
width: 100%;
}
}