a11y-outline

web extension to navigate document outlines easily
git clone https://git.ce9e.org/a11y-outline.git

commit
f38580a0343ce6d6525f0ddad8d150d0e8188c53
parent
ec6cda5405b85f987ae6ca46381ddf81d68bd0bd
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-07-06 05:55
align icon conversion with bookmark-stack

Diffstat

M Makefile 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/Makefile b/Makefile

@@ -7,7 +7,7 @@ vendor:
    7     7 	wget https://raw.githubusercontent.com/xi/aria-api/0.5.0/dist/aria.js -O vendor/aria.js
    8     8 
    9     9 icon-128.png: icon.svg
   10    -1 	inkscape $< --export-filename=$@
   -1    10 	convert -resize 128x -background transparent $< $@
   11    11 
   12    12 outline.css: src/outline.scss
   13    13 	npx sass $< $@