Skip to content

Commit d6b682a

Browse files
Fixed Pointer Issue in FAQ section
1 parent 4557431 commit d6b682a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,6 @@ a {
244244
}
245245

246246
#faq-section .collapsible-header:hover {
247-
cursor: url(../assets/cursors/pointer.cur), default;
247+
cursor: url(assets/cursors/pointer.cur), default;
248248

249249
}

0 commit comments

Comments
 (0)