diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 7377f01..8d948f2 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -24,7 +24,7 @@ const directories = ["skills", "projects", "blogs"]; diff --git a/src/pages/index.astro b/src/pages/index.astro index 2ca1244..49c8d7d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -43,7 +43,7 @@ watching Anime or solving Rubik's cubes fast.`.trimStart(); class="h-[100%] object-cover" />
{fingerprint}
+ class="sshKeyCopy text-[0.6rem] hover:text-[var(--secondary)]">{fingerprint} @@ -206,6 +206,5 @@ watching Anime or solving Rubik's cubes fast.`.trimStart(); height: 20px; padding: 0; line-height: 30px; - font-size: 16px; } diff --git a/src/styles/terminal.css b/src/styles/terminal.css index 1d97d16..8ee4add 100644 --- a/src/styles/terminal.css +++ b/src/styles/terminal.css @@ -53,6 +53,8 @@ main { max-width: 75%; max-height: 80%; overflow: hidden; + font-size: 0.9rem; + font-weight: 300; } h1,