a11y-outline

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

commit
36d93f5950ca2d83a52793ae3f694f00e216ecfd
parent
f404a1dd07048cee356a0eb0e337cfe586b2c0c6
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2021-07-31 15:29
revert page styles inside dialog

Diffstat

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

1 files changed, 8 insertions, 0 deletions


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

@@ -16,6 +16,14 @@ $color-tint: #eee;
   16    16 }
   17    17 
   18    18 #a11y-outline {
   -1    19 	[hidden] {
   -1    20 		display: none !important;
   -1    21 	}
   -1    22 
   -1    23 	* {
   -1    24 		all: revert;
   -1    25 	}
   -1    26 
   19    27 	font-size: 0.9em;
   20    28 	line-height: 1.4;
   21    29 	background: $color-bg;