linkeddata / dokieli

:bulb: dokieli is a clientside editor for decentralised article publishing, annotations and social interactions
https://dokie.li/
Other
790 stars 81 forks source link

Fix: unset link color so it does not incorrectly inherit from document on browser extension #319

Closed VirginiaBalseiro closed 1 year ago

VirginiaBalseiro commented 1 year ago

On the browser extension, the links color inherits from the document, which in some cases might have a dark theme resulting in this:

image

By unsetting the anchor element color for this menu, they now either default to blue or take anything set afterwards in the stylesheet:

image