More base styles merged into styled components

pull/3/head
Vladimir Volek 6 years ago
parent db8c711ec4
commit c51612f13e

@ -19,6 +19,18 @@ const baseStyles = () => injectGlobal`
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
text-decoration: none;
cursor: pointer;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
outline: 0;
}
`;
export default baseStyles;

@ -38,21 +38,3 @@ main {
margin-top: 0px;
}
}
a {
text-decoration: none;
cursor: pointer;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
outline: 0;
}
h1, h2, h3 {
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
Loading…
Cancel
Save