Skip to content

Commit

Permalink
fix: set RTL style to VTLink icon
Browse files Browse the repository at this point in the history
  • Loading branch information
the-pesar committed Sep 18, 2023
1 parent 9267030 commit f9ec697
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .vitepress/theme/styles/overrides.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=Inter&family=Vazirmatn:wght@400;500&display=swap');

/* RTL & Persian Styles */

h1,
h2,
h3,
Expand All @@ -16,5 +18,10 @@ p {
}

.license {
direction: ltr;
}
direction: ltr;
}

.vt-link-icon {
margin-left: 0;
margin-right: 4px;
}

0 comments on commit f9ec697

Please sign in to comment.