Minor updates

This commit is contained in:
2024-02-19 22:17:49 -06:00
parent 7390c5a6bd
commit 3682a2b15c
3 changed files with 6 additions and 34 deletions

View File

@@ -14,38 +14,6 @@
{% style name: "oaptheme-styles" %}
{% resources type: "HeadLink" %}
<script src="https://cdn.tailwindcss.com"></script>
<style type="text/tailwindcss">
div.richtext a {
@apply text-blue-700 underline;
}
div.richtext ol, div.richtext ul {
@apply my-2 pl-8;
}
div.richtext ol li {
@apply list-decimal my-1;
}
div.richtext ul li {
@apply list-disc my-1;
}
div.richtext p {
@apply my-4;
}
div.richtext .red {
@apply text-red-500;
}
span.field-validation-error {
@apply text-sm text-red-600;
}
</style>
{% resources type: "Stylesheet" %}
{% resources type: "HeadScript" %}
</head>
@@ -57,6 +25,10 @@
<main class="container mx-auto flex flex-col max-w-screen-md p-6">
{% render_body %}
<div class="richtext">
hello this is <span class="red">red!</span>
</div>
</main>
<footer class="container mx-auto flex flex-row max-w-screen-md p-6">