Skip to content

Commit

Permalink
use arrow icon
Browse files Browse the repository at this point in the history
  • Loading branch information
rushatgabhane committed Dec 19, 2023
1 parent 639f05a commit 83840cd
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/_sass/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,24 @@ h5,
h6 {
margin-top: 20px;
}


#faq::marker {
font-size: 1.5em;
}

details summary {
cursor: pointer;
user-select: none;
}

details > summary {
list-style-image: url("/assets/images/arrow-right.svg");
}

details[open] > summary {
list-style-image: url("/assets/images/down.svg");
}

h1,
summary {
font-family: "ExpensifyNewKansas", "Helvetica Neue", "Helvetica", Arial, sans-serif;
Expand Down

0 comments on commit 83840cd

Please sign in to comment.