Skip to content

Commit 0e576a9

Browse files
committed
Fix
1 parent 346390f commit 0e576a9

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

src/content/index.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ I am a software developer from Germany who is passionate about building high qua
1818
## Software
1919

2020
- [Arch Linux](https://archlinux.org)
21-
- [KDE Plasma](https://kde.org/plasma-desktop)
22-
- [Visual Studio Code](https://code.visualstudio.com)
2321
- [Firefox Developer Edition](https://www.mozilla.org/en-US/firefox/developer)
24-
- [Tuta Mail](https://tuta.com)
22+
- [IntelliJ](https://www.jetbrains.com/idea)
23+
- [KDE Plasma](https://kde.org/plasma-desktop)
24+
- [LocalSend](https://localsend.org)
2525
- [Mullvad VPN](https://mullvad.net)
26+
- [qBittorrent](https://www.qbittorrent.org)
27+
- [Tuta Mail](https://tuta.com)
28+
- [Visual Studio Code](https://code.visualstudio.com)
29+

src/styles/global.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,22 @@
2727
mark {
2828
@apply bg-neutral-200 text-current dark:bg-neutral-600;
2929
}
30+
31+
#software + ul {
32+
@apply flex flex-wrap gap-4 !p-0;
33+
}
34+
35+
#software + ul > li {
36+
@apply list-none !m-0 !p-0;
37+
}
38+
39+
#software + ul > li a {
40+
@apply border border-neutral-300 dark:border-neutral-600 px-2 py-1;
41+
}
42+
43+
table {
44+
@apply !text-base;
45+
}
3046
}
3147

3248
/* Styrene A Font Family */

0 commit comments

Comments
 (0)