diff --git a/src/app.css b/src/app.css index d0d35f1..a7c3579 100644 --- a/src/app.css +++ b/src/app.css @@ -1,3 +1,4 @@ +@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap"); @import "tailwindcss"; @plugin "@tailwindcss/typography"; @@ -67,6 +68,10 @@ --color-base: #fbf1c7; --color-mantle: #f3eac1; --color-crust: #e7deb7; + + --font-mono: + "Source Code Pro", ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, + Consolas, "DejaVu Sans Mono", monospace; } @media (prefers-color-scheme: dark) { @@ -125,6 +130,10 @@ --color-base: #1e1e2e; --color-mantle: #141620; --color-crust: #0e0f16; + + --font-mono: + "Source Code Pro", ui-monospace, "Cascadia Code", "Source Code Pro", + Menlo, Consolas, "DejaVu Sans Mono", monospace; } } @@ -498,6 +507,9 @@ input[type="checkbox"]:checked::before { transform-origin: bottom left; background-color: var(--color-surface2); } +a.hover-underline-animation:hover::after { + background-color: var(--color-blue) !important; +} .image-overlay::before { content: ""; position: absolute; diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 7a5a65c..11e92f4 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -12,7 +12,7 @@ export default function Home() {
My name is Mike Freno, I'm a{" "} Software Engineer based in{" "} - Brooklyn, NY + Brooklyn, NY.
@@ -24,6 +24,7 @@ export default function Home() { > LÖVE {" "} + (an open source game engine for Lua). You can see some of my work{" "} @@ -31,7 +32,7 @@ export default function Home() { href="https://github.com/mikefreno" class="text-blue hover-underline-animation" > - here (github) + here (github).
@@ -118,6 +119,19 @@ export default function Home() {
+
+ And if you love the color schemes of this site (which of course you + do), you can see{" "} + + here + {" "} + - and also see the rest of my various dot files idk. There's a macos + and arch linux rice in there if you're into that kinda thing and a + home server setup too. Which I will write about soon™. +