Skip to content

Commit

Permalink
Modernize RDoc Darkfish template CSS
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
st0012 committed Aug 21, 2024
1 parent e47920d commit 0518d4e
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 280 deletions.
6 changes: 3 additions & 3 deletions lib/rdoc/generator/template/darkfish/_sidebar_toggle.rhtml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<button id="navigation-toggle" class="navigation-toggle" aria-label="Toggle sidebar" aria-expanded="true" aria-controls="navigation">
<span aria-hidden>&#9776;</span>
</button>
<div id="navigation-toggle" role="button" tabindex="0" aria-label="Toggle sidebar" aria-expanded="true" aria-controls="navigation">
<span aria-hidden="true">&#9776;</span>
</div>
Loading

0 comments on commit 0518d4e

Please sign in to comment.