From 0e576a98d82f2dfdc20e64c6607cb5a5829ebdbb Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Fri, 21 Nov 2025 02:32:40 +0100 Subject: [PATCH] Fix --- src/content/index.md | 10 +++++++--- src/styles/global.css | 16 ++++++++++++++++ 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/src/content/index.md b/src/content/index.md index 83683ea..f6bce8d 100644 --- a/src/content/index.md +++ b/src/content/index.md @@ -18,8 +18,12 @@ I am a software developer from Germany who is passionate about building high qua ## Software - [Arch Linux](https://archlinux.org) -- [KDE Plasma](https://kde.org/plasma-desktop) -- [Visual Studio Code](https://code.visualstudio.com) - [Firefox Developer Edition](https://www.mozilla.org/en-US/firefox/developer) -- [Tuta Mail](https://tuta.com) +- [IntelliJ](https://www.jetbrains.com/idea) +- [KDE Plasma](https://kde.org/plasma-desktop) +- [LocalSend](https://localsend.org) - [Mullvad VPN](https://mullvad.net) +- [qBittorrent](https://www.qbittorrent.org) +- [Tuta Mail](https://tuta.com) +- [Visual Studio Code](https://code.visualstudio.com) + diff --git a/src/styles/global.css b/src/styles/global.css index 951de55..7394d1a 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -27,6 +27,22 @@ mark { @apply bg-neutral-200 text-current dark:bg-neutral-600; } + + #software + ul { + @apply flex flex-wrap gap-4 !p-0; + } + + #software + ul > li { + @apply list-none !m-0 !p-0; + } + + #software + ul > li a { + @apply border border-neutral-300 dark:border-neutral-600 px-2 py-1; + } + + table { + @apply !text-base; + } } /* Styrene A Font Family */