mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 04:22:06 +08:00
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:
parent
37a866800f
commit
e7ec5635d9
@ -935,6 +935,7 @@
|
|||||||
</details>
|
</details>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
details {
|
details {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
padding: 0.5em 1em;
|
padding: 0.5em 1em;
|
||||||
@ -978,4 +979,5 @@ a {
|
|||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user