mirror of
https://github.com/thiloho/thiloho.github.io.git
synced 2025-11-22 02:11:35 +01:00
Fix
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user