We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b393e9 commit 41c6cc0Copy full SHA for 41c6cc0
lib/rdoc/generator/template/darkfish/css/rdoc.css
@@ -223,6 +223,7 @@ nav a:hover {
223
position: fixed;
224
top: 10px;
225
left: 20px;
226
+ cursor: pointer;
227
}
228
229
#navigation-toggle[aria-expanded="true"] {
@@ -343,6 +344,9 @@ main h6 {
343
344
/* 11. Media Queries */
345
@media (min-width: 1024px) {
346
/* Styles for larger screens */
347
+ #navigation-toggle {
348
+ display: none;
349
+ }
350
351
352
/* 12. Print Styles */
0 commit comments