Skip to content

Commit 36114ba

Browse files
committed
Modernize RDoc Darkfish template CSS
- Update color scheme with muted green tones and improved contrast - Enhance readability by adjusting font sizes and weights - Improve code block styling with a light gray background - Refactor layout for better responsiveness and sidebar presentation - Standardize link styles across the document - Implement CSS variables for easier theme customization - Adjust heading styles for better visual hierarchy - Enhance table and list styling for improved readability - Optimize search field and navigation toggle appearance - Improve method detail and documentation section styling - Reorganize css and overhaul the sidebar design - Improve code block's syntax highlighting
1 parent 5749b22 commit 36114ba

File tree

2 files changed

+250
-280
lines changed

2 files changed

+250
-280
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<button id="navigation-toggle" class="navigation-toggle" aria-label="Toggle sidebar" aria-expanded="true" aria-controls="navigation">
2-
<span aria-hidden>&#9776;</span>
3-
</button>
1+
<div id="navigation-toggle" role="button" tabindex="0" aria-label="Toggle sidebar" aria-expanded="true" aria-controls="navigation">
2+
<span aria-hidden="true">&#9776;</span>
3+
</div>

0 commit comments

Comments
 (0)