Adding dark theme support a year ago 4 min read accessibilitycsstheming We recently added dark theme support to PushOwl dashboard. PushOwl dashboard is built using Nextjs and uses Styled components for styling.
Protecting your DOM from website styles! 2 years ago 2 min read css Many times we need to build elements on a 3rd party website. The issue is, that the CSS on that 3rd party website can affect your DOM. What options do we have in