add reset styles for html and body tags

This commit is contained in:
igoradamenko
2018-02-18 01:30:54 +02:00
parent 42ee0f7e56
commit 9be22ed05e
4 changed files with 10 additions and 0 deletions
@@ -0,0 +1,6 @@
html, body {
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
+1
View File
@@ -0,0 +1 @@
require('./document.scss');
+2
View File
@@ -6,6 +6,8 @@ import Root from './components/root';
import { NODE_ID } from './common/constants';
require('./components/document');
init();
function init() {
+1
View File
@@ -31,6 +31,7 @@
(function() {
var d = document, s = d.createElement('script');
s.src = 'https://demo.remark42.com/web/embed.js';
s.type = 'text/javascript';
(d.head || d.body).appendChild(s);
})();
</script>