Skip to content
Snippets Groups Projects
Commit 462455b5 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

added domm.plix.at

parent 8868f75a
No related branches found
No related tags found
No related merge requests found
# firefox-chrome
chrome directory for firefox
chrome directory for firefox to override bad CSS
## References
- [1] http://superuser.com/questions/318912/how-to-override-the-css-of-a-site-in-firefox-with-usercontent-css
- [2] https://ffeathers.wordpress.com/2013/03/10/how-to-override-css-stylesheets-in-firefox/
- [3] http://stackoverflow.com/questions/1461077/how-do-i-remove-background-image-in-css
- [4] http://thebarnharts.com/firefoxcssoverride.asp
......@@ -84,3 +84,8 @@
width: calc(100% - 220px) !important; /* 220px is nav bar with style #inner-left */
}
}
@-moz-document domain(www.p-m-a.atx.at) {
/* bad colour contrast */
body{ background-color: #FFFFFF !important; background: none; }
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment