Skip to content

Commit 9a1c013

Browse files
authored
Merge pull request #150 from qwikerx/feat/style-em
feat: update em style
2 parents b4b7306 + 3c05028 commit 9a1c013

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

apps/web/src/components/DocumentPage/DocumentPage.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
}
3232

3333
.doc-page em {
34-
@apply italic text-gray-700 dark:text-gray-300;
34+
@apply text-blue-700 dark:text-blue-300 not-italic;
3535
}

apps/web/src/routes/docs/getting-started/quickstart/index.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,12 @@ export default {
7373
<p>
7474
To use it, wrap the root component with the <em>FlowbiteProvider</em>, and specify the wanted toast position and theme.
7575
</p>
76-
<p>Actual available colors theme are : 'blue', 'green', 'red', 'pink' and 'purple'</p>
77-
<p>Available toast positions are : 'top-right', 'top-left', 'bottom-right', 'bottom-left'</p>
76+
<p>
77+
Actual available colors theme are : <em>blue</em>, <em>green</em>, <em>red</em>, <em>pink</em> and <em>purple</em>
78+
</p>
79+
<p>
80+
Available toast positions are : <em>top-right</em>, <em>top-left</em>, <em>bottom-right</em>, <em>bottom-left</em>
81+
</p>
7882
<p>
7983
If you use dark theme, also add <em>FlowbiteProviderHeader</em> into your head element
8084
</p>

0 commit comments

Comments
 (0)