Skip to content

Commit c80e7ad

Browse files
committed
improve text contrast, tweak spacing of various elements
1 parent 5b39eec commit c80e7ad

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

-15.9 KB
Loading

website/src/components/Contact.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import wedge from "../assets/backgrounds/wedge.svg";
4040
placeholder="Your message"></textarea>
4141
</div>
4242
<input
43-
class="px-6 py-2 pt-3 mt-3 font-serif bg-bdt-green rounded-full text-xl cursor-pointer"
43+
class="px-6 py-2 pt-3.5 mt-3 font-serif bg-bdt-green rounded-full text-xl font-bold cursor-pointer"
4444
type="submit"
4545
value="Submit"
4646
size=""

website/src/components/Hero.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ import { Content } from "../assets/text/Hero.md";
44

55
<section
66
id="hero"
7-
class="py-6 px-3 h-120 bg-[url(../assets/backgrounds/man-with-laptop-small.webp)] sm:bg-[url(../assets/backgrounds/man-with-laptop.webp)] bg-cover bg-center"
7+
class="py-6 px-3 bg-[url(../assets/backgrounds/man-with-laptop-small.webp)] sm:bg-[url(../assets/backgrounds/man-with-laptop.webp)] bg-cover bg-center"
88
>
99
<div class="max-w-[130ch] mx-auto mt-20">
1010
<div
11-
class="prose prose-p:text-slate-100 prose-headings:text-slate-100 prose-headings:text-left max-w-120 prose-p:text-shadow-sm/35 prose-p:text-xl! prose-p:leading-7! prose-headings:text-shadow-lg/15"
11+
class="prose prose-p:text-slate-100 prose-headings:text-slate-100 prose-headings:text-left max-w-120 prose-p:text-shadow-sm/35 prose-p:text-xl! prose-p:leading-7! prose-headings:text-shadow-lg/15 prose-headings:max-w-2/3"
1212
>
1313
<Content />
1414
</div>
1515
<a href=`${import.meta.env.BASE_URL}/#projects`>
1616
<div
17-
class="mt-6 w-fit px-6 py-2 pt-3 bg-white border-2 border-bdt-blue rounded-full text-sky-700 font-serif text-xl"
17+
class="mt-6 w-fit px-6 py-2 pt-3.5 bg-white border-2 border-bdt-blue rounded-full text-sky-700 font-serif text-xl font-bold"
1818
>
1919
<span>Learn more</span>
2020
</div>

website/src/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
@theme {
55
--font-sans: "Inter", sans;
66
--font-serif: "Ramaraja", serif;
7-
--color-bdt-blue: #1a84d2;
7+
--color-bdt-blue: #1876ba;
88
--color-bdt-green: #cff7d3;
99
}

0 commit comments

Comments
 (0)