From 0857878a0c5de8c21df177f4ad5e1a4147fbbbd0 Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Tue, 4 Feb 2020 12:04:34 +0700 Subject: [PATCH] Cleanup CSS --- client/components/CoverCard.tsx | 3 +-- client/index.css | 10 ---------- client/index.html | 2 +- 3 files changed, 2 insertions(+), 13 deletions(-) diff --git a/client/components/CoverCard.tsx b/client/components/CoverCard.tsx index abe74bc..70b319b 100644 --- a/client/components/CoverCard.tsx +++ b/client/components/CoverCard.tsx @@ -30,9 +30,8 @@ const CoverCard: React.FC = ({ pattern }) => { >

*/ -body { - font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif; - -webkit-font-smoothing: antialiased; -} -html, body, div, article, aside, section, main, nav, footer, header, form, fieldset, legend, pre, code, a, -h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, blockquote, figcaption, figure, textarea, -table, td, th, tr, -input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"] { - box-sizing: border-box; -} .hljs, code { font-family: 'Source Code Pro', monospace; font-size: 14px; diff --git a/client/index.html b/client/index.html index deb2ad7..91bc345 100644 --- a/client/index.html +++ b/client/index.html @@ -6,7 +6,7 @@ - +