From 152c53851f6b8737e2ad8a203523ee0032d95ce8 Mon Sep 17 00:00:00 2001 From: soaos Date: Thu, 29 Jan 2026 22:14:15 -0500 Subject: vscode-buttplug post --- static/98.css | 2 +- static/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/98.css b/static/98.css index 5f2d3d8..dd99965 100644 --- a/static/98.css +++ b/static/98.css @@ -851,7 +851,7 @@ pre { code, code * { - font-family: monospace; + font-family: 'unifont'; } summary:focus { diff --git a/static/style.css b/static/style.css index 202b0ad..804ce8d 100644 --- a/static/style.css +++ b/static/style.css @@ -35,6 +35,10 @@ html { image-rendering: pixelated; } +a:not(:has(img, div))[href$=".vsix"]::after { + content: " ⮋"; +} + a:not(:has(img, div))[target="_blank"]::after { content: " ⎘"; } -- cgit v1.2.3