Minor updates
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user