refactor: styling

This commit is contained in:
2026-02-26 09:59:45 +08:00
parent dd4068926c
commit cf61c996cc
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ customElement("md-link", {}, (props, { element }) => {
}}
class="text-blue-600 hover:text-blue-800 hover:underline"
>
{rawLinkSrc}
{section || rawLinkSrc}
</a>
);
});