diff --git a/src/components/EolasListing.jsx b/src/components/EolasListing.jsx index d3fa4b4..93e654b 100644 --- a/src/components/EolasListing.jsx +++ b/src/components/EolasListing.jsx @@ -37,7 +37,7 @@ const EolasListing = () => {
-

+

{`> recent learning (external)`}

diff --git a/src/containers/CodeStats.jsx b/src/containers/CodeStats.jsx index bd364b0..5e7bd91 100644 --- a/src/containers/CodeStats.jsx +++ b/src/containers/CodeStats.jsx @@ -71,7 +71,7 @@ const CodeStats = () => {
-

+

{`> code stats`}

diff --git a/src/containers/PostListing.jsx b/src/containers/PostListing.jsx index f5a2eaf..77e62d7 100644 --- a/src/containers/PostListing.jsx +++ b/src/containers/PostListing.jsx @@ -8,7 +8,7 @@ const PostListing = ({ posts, title, showAllButton }) => {
-

+

{`> ${title}`}

{posts.map((post) => ( diff --git a/src/index.css b/src/index.css index 5e8da1e..5f347ae 100644 --- a/src/index.css +++ b/src/index.css @@ -4,86 +4,89 @@ @import "tw-animate-css"; * { - outline-color: color-mix(in srgb, var(--ring) 50%, transparent); + outline-color: color-mix(in srgb, var(--ring) 50%, transparent); } html { - font-family: var(--font-sansserif); + font-family: var(--font-sansserif); } body { - background-color: var(--background); - color: var(--foreground); + background-color: var(--background); + color: var(--foreground); } .condensed { - font-family: "IBM Plex Sans Condensed"; + font-family: "IBM Plex Sans Condensed"; } figcaption { - font-weight: 500; - font-family: "IBM Plex Sans Condensed"; + font-weight: 500; + font-family: "IBM Plex Sans Condensed"; } h1 { - color: var(--color-orange-light); - - font-family: "IBM Plex Sans Condensed"; + color: var(--color-orange-light); + font-family: "IBM Plex Sans Condensed"; } h2 { - font-family: "IBM Plex Sans Condensed"; - color: var(--color-green-light); + font-family: "IBM Plex Sans"; + color: var(--color-green-light); +} + +.h2-home { + font-family: "IBM Plex Sans Condensed"; } h3 { - font-family: "IBM Plex Sans Condensed"; + font-family: "IBM Plex Sans"; } .monospaced-font { - font-family: "iA Writer Mono"; + font-family: "iA Writer Mono"; } .scanlined { - position: relative; - /* Add this */ + position: relative; + /* Add this */ } .scanlined::after { - content: ""; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - background-image: linear-gradient(rgba(0, 0, 0, 0.4) 1px, transparent 1px); - background-size: 2px 2px; - background-repeat: repeat; - pointer-events: none; - z-index: 9999; - /* Might want to lower this too */ + content: ""; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-image: linear-gradient(rgba(0, 0, 0, 0.4) 1px, transparent 1px); + background-size: 2px 2px; + background-repeat: repeat; + pointer-events: none; + z-index: 9999; + /* Might want to lower this too */ } code { - font-family: var(--font-monospaced); + font-family: var(--font-monospaced); } p code { - color: var(--foreground); - background: #504945; - font-size: 14px; - padding: 0.2rem 0.3rem; - border-radius: var(--radius); - font-weight: 500; + color: var(--foreground); + background: #504945; + font-size: 14px; + padding: 0.2rem 0.3rem; + border-radius: var(--radius); + font-weight: 500; } .shiki { - padding: 1rem 1.2rem; - border-radius: 0; - overflow-x: auto; - margin: 1.5rem 0; - line-height: 1.3; - /* counter-reset: line; */ - font-family: var(--font-monospaced) !important; - font-size: 14px !important; + padding: 1rem 1.2rem; + border-radius: 0; + overflow-x: auto; + margin: 1.5rem 0; + line-height: 1.3; + /* counter-reset: line; */ + font-family: var(--font-monospaced) !important; + font-size: 14px !important; } diff --git a/src/pages/home.jsx b/src/pages/home.jsx index 056ef27..86fdfd7 100644 --- a/src/pages/home.jsx +++ b/src/pages/home.jsx @@ -43,7 +43,7 @@ const HomePage = () => {
-

+

{`> projects`}

    diff --git a/src/templates/BlogTemplate.jsx b/src/templates/BlogTemplate.jsx index 13b4b69..4f4e0f1 100644 --- a/src/templates/BlogTemplate.jsx +++ b/src/templates/BlogTemplate.jsx @@ -40,9 +40,9 @@ const BlogTemplate = () => {