diff --git a/content/feed/website-launch.md b/content/feed/website-launch.md new file mode 100644 index 00000000..2500eb23 --- /dev/null +++ b/content/feed/website-launch.md @@ -0,0 +1,12 @@ +--- +title: First post on the new website +description: The first post on my the new website. +type: writing +date: 23 / 12 / 2023 +--- + +# My site is live! + +It finally happened – my new personal site is finally live. I've been working on it for a long time and I'm very happy with the result, and thankful for all the feedback I've received in the last month. If you have any questions or found bugs, feel free to [contact me](https://twitter.com/flornkm) on Twitter / X. + +![Live Wording](/images/feed/live/site-live.png) diff --git a/design-system/feed.css b/design-system/feed.css index 0798164a..d0c54eb5 100644 --- a/design-system/feed.css +++ b/design-system/feed.css @@ -53,6 +53,17 @@ div > article.post { text-underline-offset: 2px; } + @media (prefers-color-scheme: dark) { + & a { + padding: 0.1rem 0rem; + border-radius: 0.2rem; + font-weight: 500; + color: white; + transition: all ease-in-out 0.1s; + cursor: alias; + } + } + & a:hover { text-decoration: none; } diff --git a/public/images/feed/live/site-live.png b/public/images/feed/live/site-live.png new file mode 100644 index 00000000..c3a84867 Binary files /dev/null and b/public/images/feed/live/site-live.png differ