lusakasa / saka-key

A keyboard interface to the web
https://key.saka.io
MIT License
860 stars 70 forks source link

Fix style on sites like example.com #316

Open ScoreUnder opened 3 years ago

ScoreUnder commented 3 years ago

Fix lusakasa/saka-key#305: Stop websites from accidentally re-styling div elements belonging to saka-key.


I don't have much experience in CSS but it seems to work.

xeruf commented 3 years ago

looks good, seems to also fix https://itsfoss.com/

Alternative solution: attach !important to specifiers like background-color: transparent;

xeruf commented 3 years ago

Probably related to #280