Fix wrong cursor on main menu

As the headings are clickable the cursor should reflect that.
This commit is contained in:
Tino Hager 2022-08-13 21:55:43 +02:00 committed by Florian Festi
parent 4483e483f7
commit 2410932d50
1 changed files with 4 additions and 0 deletions

View File

@ -179,6 +179,10 @@ img[id|=sample] {
display: inline-block;
}
.menu h3 {
cursor: pointer;
}
textarea {
font-family: monospace;
}