PluginProbe
Extendify / 3.2.1
Extendify v3.2.1
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
← All changes | src/Agent/agent.css +2 -1 3.2.03.2.1 View file →
@@ -6,10 +6,11 @@
6 6 color-scheme: only light;
7 7 }
8 8
9 9 @layer components {
10 + /* Theme variations like hong-kong and tokyo uppercase every heading. */
10 11 .extendify-agent-markdown :is(h1, h2, h3, h4) {
11 - @apply font-sans! text-gray-900!;
12 + @apply font-sans! normal-case! tracking-normal! text-gray-900!;
12 13 }
13 14 .extendify-agent-markdown h1 {
14 15 @apply mb-2! mt-0! text-2xl! font-bold!;
15 16 }