bookmark-stack

web extension to save pages in a stack for reading them later  https://addons.mozilla.org/firefox/addon/bookmark-stack/
git clone https://git.ce9e.org/bookmark-stack.git

commit
cc4437fcaeef55ce8c2d22176d7a291585fe336d
parent
f0b82b1e4948a4304399701d7a48949472f21b62
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-12-19 10:58
add dark mode

Diffstat

M stack.html 11 +++++++++++

1 files changed, 11 insertions, 0 deletions


diff --git a/stack.html b/stack.html

@@ -33,6 +33,17 @@ a:focus {
   33    33 	margin-right: 0.5em;
   34    34 	width: 16px;
   35    35 }
   -1    36 
   -1    37 @media (prefers-color-scheme: dark) {
   -1    38 	html {
   -1    39 		background: black;
   -1    40 		color: white;
   -1    41 	}
   -1    42 	a:hover,
   -1    43 	a:focus {
   -1    44 		background: #333;
   -1    45 	}
   -1    46 }
   36    47 </style>
   37    48 
   38    49 <ul id="bookmarks"></ul>