Fix some things in oap theme layout

This commit is contained in:
2024-02-17 07:50:13 -06:00
parent 58a2c9ac71
commit 1af9d0c411

View File

@@ -11,7 +11,7 @@
{% link type: "image/x-icon", rel: "shortcut icon", href: "~/OapTheme/assets/favicon.ico" %} {% link type: "image/x-icon", rel: "shortcut icon", href: "~/OapTheme/assets/favicon.ico" %}
{% style name: "oaptheme" %} {% style name: "oaptheme-styles" %}
{% resources type: "HeadLink" %} {% resources type: "HeadLink" %}
<script src="https://cdn.tailwindcss.com"></script> <script src="https://cdn.tailwindcss.com"></script>
@@ -19,18 +19,23 @@
div.richtext a { div.richtext a {
@apply text-blue-700 underline; @apply text-blue-700 underline;
} }
div.richtext ol, div.richtext ul { div.richtext ol, div.richtext ul {
@apply my-2 pl-8; @apply my-2 pl-8;
} }
div.richtext ol li { div.richtext ol li {
@apply list-decimal my-1; @apply list-decimal my-1;
} }
div.richtext ul li { div.richtext ul li {
@apply list-disc my-1; @apply list-disc my-1;
} }
div.richtext p { div.richtext p {
@apply my-4; @apply my-4;
} }
div.richtext .red { div.richtext .red {
@apply text-red-500; @apply text-red-500;
} }
@@ -82,7 +87,6 @@
{% resources type: "FootScript" %} {% resources type: "FootScript" %}
</body> </body>
</head>
</html> </html>