aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorsoaos <soaos@soaos.dev>2026-01-29 22:14:15 -0500
committersoaos <soaos@soaos.dev>2026-01-29 22:14:15 -0500
commit152c53851f6b8737e2ad8a203523ee0032d95ce8 (patch)
tree64d61629ed4b78422fd8b15f0faa09373aaa3291 /static
parentaa16df00b4a6eefd72871723317856503c19283c (diff)
vscode-buttplug post
Diffstat (limited to 'static')
-rw-r--r--static/98.css2
-rw-r--r--static/style.css4
2 files changed, 5 insertions, 1 deletions
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: " ⎘";
}