This commit is contained in:
thiloho
2025-11-21 02:32:40 +01:00
parent 346390ff73
commit 0e576a98d8
2 changed files with 23 additions and 3 deletions

View File

@@ -18,8 +18,12 @@ I am a software developer from Germany who is passionate about building high qua
## Software ## Software
- [Arch Linux](https://archlinux.org) - [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) - [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) - [Mullvad VPN](https://mullvad.net)
- [qBittorrent](https://www.qbittorrent.org)
- [Tuta Mail](https://tuta.com)
- [Visual Studio Code](https://code.visualstudio.com)

View File

@@ -27,6 +27,22 @@
mark { mark {
@apply bg-neutral-200 text-current dark:bg-neutral-600; @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 */ /* Styrene A Font Family */