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