uses: add lotus58
Anirudh Oppiliappan x@icyphox.sh
Thu, 14 Apr 2022 12:40:48 +0530
2 files changed,
9 insertions(+),
3 deletions(-)
M
pages/uses.md
→
pages/uses.md
@@ -16,9 +16,12 @@ **HP Envy 13 (2017)**: 13.3" FHD, i5 8250u, 8GB RAM, 256GB SSD. This is
my primary computing device. A comfy, fairly future-proof machine that happens to support Linux/BSD incredibly well out-of-the-box. -**Ducky One 2 SF**: 65% mechanical keyboard, Cherry MX Speed Silver +![lotus58 keyboard](https://x.icyphox.sh/wsHGX.jpg) +**Lotus58**: Split-ortho mechanical keyboard, Gazzew Boba LT switches. + +~~**Ducky One 2 SF**: 65% mechanical keyboard, Cherry MX Speed Silver switches and blank DSA keycaps. I've written about it in detail -[here](/blog/ducky-one-2). +[here](/blog/ducky-one-2).~~ **Logitech M221**: An el cheapo wireless mouse that mouses just enough.
M
static/style.css
→
static/style.css
@@ -17,9 +17,12 @@ background: var(--medium-gray);
opacity: 0.3; } +del { + text-decoration: line-through !important; +} + * { box-sizing: border-box; - text-decoration: none; padding: 0; margin: 0; }