style: Enhance markdown page styling with improved details and link formatting

- Added margin and padding to details elements
- Refined CSS styling for better readability
- Maintained consistent styling approach for markdown documentation
This commit is contained in:
煎饼果子卷鲨鱼辣椒 2025-02-12 10:50:38 +08:00
parent 37a866800f
commit e7ec5635d9

View File

@ -935,6 +935,7 @@
</details>
<style>
details {
margin: 1em 0;
padding: 0.5em 1em;
@ -978,4 +979,5 @@ a {
a:hover {
text-decoration: underline;
}
</style>