Removed unused css in index.css

This commit is contained in:
ismaelpadilla 2019-09-01 16:10:02 -03:00
parent de006ed657
commit f64731e846

View File

@ -6,8 +6,3 @@ body {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}