Skip to content

Commit 3b57ed6

Browse files
sunblazest0012
authored andcommitted
Add background and drop shadow to navigation toggle
1 parent c6193bf commit 3b57ed6

File tree

1 file changed

+4
-0
lines changed
  • lib/rdoc/generator/template/darkfish/css

1 file changed

+4
-0
lines changed

lib/rdoc/generator/template/darkfish/css/rdoc.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,10 @@ nav a:hover {
241241
top: 10px;
242242
left: 20px;
243243
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);
244248
}
245249

246250
#navigation-toggle[aria-expanded="true"] {

0 commit comments

Comments
 (0)