a11y-outline

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

commit
771eaa1b623437c6e14bf607f70f5a8e753d3aae
parent
04f0ee4b988ec60d0c4614df8dd2b4a62993c507
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-10-11 05:18
add dark mode

Diffstat

M src/outline.scss 8 ++++++++

1 files changed, 8 insertions, 0 deletions


diff --git a/src/outline.scss b/src/outline.scss

@@ -15,6 +15,14 @@
   15    15 	--color-focus: #26c;
   16    16 	--color-tint: #eee;
   17    17 
   -1    18 	@media (prefers-color-scheme: dark) {
   -1    19 		--color-bg: #111;
   -1    20 		--color-fg: #fff;
   -1    21 		--color-border: #222;
   -1    22 		--color-focus: #3ae;
   -1    23 		--color-tint: #444;
   -1    24 	}
   -1    25 
   18    26 	[hidden] {
   19    27 		display: none !important;
   20    28 	}