Fix wrong cursor on main menu
As the headings are clickable the cursor should reflect that.
This commit is contained in:
parent
4483e483f7
commit
2410932d50
|
@ -179,6 +179,10 @@ img[id|=sample] {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.menu h3 {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue