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 c6193bf commit 3b57ed6Copy full SHA for 3b57ed6
lib/rdoc/generator/template/darkfish/css/rdoc.css
@@ -241,6 +241,10 @@ nav a:hover {
241
top: 10px;
242
left: 20px;
243
cursor: pointer;
244
+ background: var(--background-color);
245
+ padding: 0.3rem;
246
+ border-radius: 4px;
247
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
248
}
249
250
#navigation-toggle[aria-expanded="true"] {
0 commit comments