Skip to content

Commit

Permalink
fix: refrences direction in style
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad committed Jan 6, 2024
1 parent 6e64294 commit 6c43d85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ a.book-btn.gray {
direction: ltr !important;
}

.markdown ol {
direction: rtl;
}

.markdown pre code > span {
overflow-x: auto;
}
Expand Down Expand Up @@ -603,3 +607,4 @@ a.book-btn {
background-color: #333333;
color: #ffffff;
}

0 comments on commit 6c43d85

Please sign in to comment.