mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2026-03-08 06:44:14 +00: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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user