a11y-outline

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

commit
e14c5431b8220837e334b4bde8994b135fbb6d35
parent
a12711c8479f63b6b33242be988f52169cfe7000
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-07-06 05:56
style: set accent color

Diffstat

M outline.css 1 +

1 files changed, 1 insertions, 0 deletions


diff --git a/outline.css b/outline.css

@@ -28,6 +28,7 @@
   28    28 	border: 1px solid var(--color-border);
   29    29 	border-radius: 0.3em;
   30    30 	box-shadow: 0 0 0.5em rgba(0,0,0,0.3);
   -1    31 	accent-color: var(--color-focus);
   31    32 }
   32    33 
   33    34 #a11y-outline header {