aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
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/style.css
parentaa16df00b4a6eefd72871723317856503c19283c (diff)
vscode-buttplug post
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css4
1 files changed, 4 insertions, 0 deletions
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: " ⎘";
}