Skip to content

Commit 6717b69

Browse files
st0012matzbot
authored andcommitted
[ruby/rdoc] Modernize RDoc Darkfish template CSS
(ruby/rdoc#1157) - 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 ruby/rdoc@6cde9edadb
1 parent 552f5cd commit 6717b69

File tree

2 files changed

+250
-280
lines changed

2 files changed

+250
-280
lines changed
Lines changed: 3 additions & 3 deletions
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)