mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-14 06:42:35 +00:00
Cursor is now a pointer on menu-bar i elements. Fix #44
This commit is contained in:
parent
be7c0bd059
commit
5990c80a00
1 changed files with 4 additions and 0 deletions
|
@ -129,6 +129,10 @@ html, body {
|
|||
color: #333;
|
||||
}
|
||||
|
||||
.menu-bar i:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.menu-title {
|
||||
color: #7E7E7E;
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in a new issue