Skip to content

Commit

Permalink
fix: paragraph color on hover
Browse files Browse the repository at this point in the history
Signed-off-by: Mdkaif-123 <[email protected]>
  • Loading branch information
mdkaifansari04 committed Nov 5, 2024
1 parent b43e1fe commit d20a044
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/sections/Projects/Sistent/components/divider/code.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,12 @@ export const DividerCode = () => {
</div>
<a id="Orientation">
<h2>Orientation Example</h2>
<p>
The Divider component supports two orientations: horizontal and
vertical. Each orientation serves different layout needs and
enhances the visual structure of your content.
</p>
</a>
<p>
The Divider component supports two orientations: horizontal and
vertical. Each orientation serves different layout needs and
enhances the visual structure of your content.
</p>
<div className="showcase">
<div className="items">
<SistentThemeProvider initialMode={isDark ? "dark" : "light"}>
Expand Down Expand Up @@ -285,12 +285,12 @@ export const DividerCode = () => {
</div>
<a id="With children">
<h2>With children Example</h2>
<p>
The Divider component supports two orientations: horizontal and
vertical. Each orientation serves different layout needs and
enhances the visual structure of your content.
</p>
</a>
<p>
The Divider component supports two orientations: horizontal and
vertical. Each orientation serves different layout needs and
enhances the visual structure of your content.
</p>
<div className="showcase">
<div className="items">
<SistentThemeProvider initialMode={isDark ? "dark" : "light"}>
Expand Down

0 comments on commit d20a044

Please sign in to comment.