Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
namishh committed Nov 8, 2024
1 parent 073ffdf commit e165642
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/blog/[slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const { title, description, date, author } = frontmatter;
}

.content a {
@apply text-indigo-300 font-medium underline underline-offset-4;
@apply text-primary font-medium underline underline-offset-4;
}

.content hr {
Expand Down
6 changes: 3 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ let a = [blogs[0], blogs[1], blogs[2], blogs[3]];
</a>
</div>
<div class="project py-2 px-0 md:px-2 text-fg w-full md:w-1/3">
<a href="https://github.com/namishh/pixie">
<a href="https://github.com/namishh/biotrack">
<div class="rounded-xl bg-mbg/80 p-4">
<div class="text-[16px] md:text-[18px] font-mono">biotrack</div>

Expand Down Expand Up @@ -93,7 +93,7 @@ let a = [blogs[0], blogs[1], blogs[2], blogs[3]];
</a>
</div>
<div class="project py-2 px-0 md:px-2 text-fg w-full md:w-1/3">
<a href="https://github.com/namishh/pixie">
<a href="https://github.com/namishh/neuing">
<div class="rounded-xl bg-mbg/80 p-4">
<div class="text-[16px] md:text-[18px] font-mono">neuing</div>
<div class="text-bright text-[14px] md:text-[16px]">
Expand All @@ -104,7 +104,7 @@ let a = [blogs[0], blogs[1], blogs[2], blogs[3]];
</a>
</div>
<div class="project py-2 px-0 md:px-2 text-fg w-full md:w-1/3">
<a href="https://github.com/namishh/pixie">
<a href="https://github.com/namishh/shawty">
<div class="rounded-xl bg-mbg/80 p-4">
<div class="text-[16px] md:text-[18px] font-mono">shawty</div>
<div class="text-bright text-[14px] md:text-[16px]">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/poems/[slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const { title, description, date, author } = frontmatter;
}

.content a {
@apply text-indigo-300 text-lg font-medium underline underline-offset-4;
@apply text-primary text-lg font-medium underline underline-offset-4;
}

.content hr {
Expand Down

0 comments on commit e165642

Please sign in to comment.