Fix some things in oap theme layout
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user