Skip to content

Commit c4ee478

Browse files
committed
updated slug
1 parent 859b93f commit c4ee478

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

src/assets/nizam-green.png

3.68 KB
Loading

src/content/docs/get-started/developers.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Digital Design Nizam is built on top of Tailwind CSS. Follow these steps to set
187187
@apply bg-background text-foreground;
188188
}
189189

190-
.text-6xl, .text-5xl, .text-4xl, .text-3xl, .text-2xl, .text-xl {
190+
.text-6xl.font-serif, .text-5xl.font-serif, .text-4xl.font-serif, .text-3xl.font-serif, .text-2xl.font-serif, .text-xl.font-serif
191191
font-variant: small-caps;
192192
}
193193
}
@@ -209,7 +209,7 @@ Digital Design Nizam is built on top of Tailwind CSS. Follow these steps to set
209209
<div class="max-w-md w-full bg-surface shadow-md not-content text-foreground">
210210

211211
<div class="w-full h-64">
212-
<img src="../../../assets/landscape.png" alt="Mountain landscape with green hills and clouds" class="w-full h-full object-cover"></img>
212+
<img src="/assets/landscape.png" alt="Mountain landscape with green hills and clouds" class="w-full h-full object-cover"></img>
213213
</div>
214214

215215
<div class="p-6 flex flex-col gap-4">
@@ -240,7 +240,7 @@ Digital Design Nizam is built on top of Tailwind CSS. Follow these steps to set
240240
```html
241241
<div class="max-w-md w-full bg-surface shadow-md text-foreground">
242242
<div class="w-full h-64">
243-
<img src="../../src/assets/landscape.png" alt="Mountain landscape with green hills and clouds" class="w-full h-full object-cover">
243+
<img src="/public/landscape.png" alt="Mountain landscape with green hills and clouds" class="w-full h-full object-cover">
244244
</div>
245245
<div class="p-6 flex flex-col gap-4">
246246
<p class="text-muted text-sm font-semibold">Over line text</p>

src/content/docs/styles/colors.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Digital Design Nizam uses stock Tailwind color as well as a custom color set cal
77

88
Nizam Green reflects the Pakistani identity with a modern bright take on the traditonal green used in most of Pakistani symbology.
99

10+
![Usage of Nizam Green](../../../assets/nizam-green.png)
11+
1012
Quick tip: the `800` shade of Nizam Green is the same green used in the Pakistani flag.
1113

1214

src/tailwind.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
}
7474

7575

76-
.text-6xl, .text-5xl, .text-4xl, .text-3xl, .text-2xl, .text-xl
76+
.text-6xl.font-serif, .text-5xl.font-serif, .text-4xl.font-serif, .text-3xl.font-serif, .text-2xl.font-serif, .text-xl.font-serif
7777
{
7878
font-variant: small-caps;
7979
}

0 commit comments

Comments
 (0)