diff options
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 4 |
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: " ⎘"; } |
