diff --git a/script-resources/markdown2htmldoc/themes-src/my.scss b/script-resources/markdown2htmldoc/themes-src/my.scss
index 8fcee58..c51c7ce 100644
--- a/script-resources/markdown2htmldoc/themes-src/my.scss
+++ b/script-resources/markdown2htmldoc/themes-src/my.scss
@@ -448,7 +448,7 @@ dd {
//
ul > li.task-list-item {
list-style-type: none;
- > input[type='checkbox']:first-child {
+ input[type='checkbox']:first-child {
margin: 0 0.2em 0.25em -1.6em;
vertical-align: middle;
}
diff --git a/web/firefox/userContent.css b/web/firefox/userContent.css
index bd75684..932f3e5 100644
--- a/web/firefox/userContent.css
+++ b/web/firefox/userContent.css
@@ -12,12 +12,3 @@
}
*/
}
-
-@-moz-document url(about:home), url(about:newtab) {
- /* */
- /* */
- .top-site-outer .tile .icon-wrapper {
- width: 100% !important;
- height: 100% !important;
- }
-}