diff --git a/src/components/Footer.astro b/src/components/Footer.astro index ab7c99a..8437943 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -144,6 +144,7 @@ const today = new Date(); background: linear-gradient(var(--gray-gradient)) no-repeat; color: rgb(var(--gray)); text-align: center; + margin-top: 60px; } .social-links { display: flex; diff --git a/src/pages/unix/index.astro b/src/pages/unix/index.astro index 03fa49d..2fccfe3 100644 --- a/src/pages/unix/index.astro +++ b/src/pages/unix/index.astro @@ -37,6 +37,9 @@ const posts = (await getCollection('unix')).sort( width: 464px; object-fit: contain; } + a.highlight-this { + color: var(--accent-color); + } @media (max-width: 720px) { ul { gap: 0.5em; @@ -64,16 +67,22 @@ const posts = (await getCollection('unix')).sort( Unix Guides!
+ class="text-center mb-4 text-lg"> Over the past few years, I've extenstively configured at - learnt about using MacOS, Linux, and even some BSD systems. - Along the way I documented some of the trickier aspects of - learning Unix. + learned about using MacOS, Linux, and even some BSD + systems. Along the way I documented some of the fun aspects + of learning Unix. The code for most guides is part of my + + dotfiles collection + .
- These guides are mostly relevant to Linux, especially new - enthusiasts. + class="text-center mb-4 text-lg"> + These guides are mostly helpful for Linux, especially new + enthusiasts! +
+