a11y-outline

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

commit
2ad71ed469c02e3e0bb62869d0ca32097354ab0d
parent
f38580a0343ce6d6525f0ddad8d150d0e8188c53
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-07-06 05:22
style: revert more styles

Diffstat

M src/outline.scss 4 ++--

1 files changed, 2 insertions, 2 deletions


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

@@ -40,7 +40,7 @@
   40    40 		display: none !important;
   41    41 	}
   42    42 
   43    -1 	* {
   -1    43 	&, * {
   44    44 		all: revert;
   45    45 	}
   46    46 
@@ -48,8 +48,8 @@
   48    48 	line-height: 1.4;
   49    49 	background: var(--color-bg);
   50    50 	color: var(--color-fg);
   51    -1 	max-width: 40em;
   52    51 	text-align: start;
   -1    52 	max-width: 40em;
   53    53 	border: 1px solid var(--color-border);
   54    54 	border-radius: 0.3em;
   55    55 	box-shadow: 0 0 0.5em rgba(0,0,0,0.3);