fix cursor on headings
This commit is contained in:
parent
7fe1f804d3
commit
fb5c2484f0
@ -74,7 +74,9 @@ h2 {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
||||||
text-shadow: 0 -1px 1px rgba(0,0,0,0.35);
|
text-shadow: 0 -1px 1px rgba(0,0,0,0.35);
|
||||||
|
}
|
||||||
|
|
||||||
|
.api-page h2 {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user