From 69627def2a102899729b280e62c7cef346e8e999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Mon, 9 Jan 2017 12:36:44 +0000 Subject: [PATCH] don't apply font, size and color to every element --- ui/src/components/base/index.js | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/ui/src/components/base/index.js b/ui/src/components/base/index.js index 59fe5fd3..b999bc8e 100644 --- a/ui/src/components/base/index.js +++ b/ui/src/components/base/index.js @@ -18,14 +18,12 @@ module.exports = styled.div` src: url('../../shared/fonts/LibreFranklin.ttf') format('truetype') } - & * { - font-family: 'LibreFranklin', -apple-system, BlinkMacSystemFont, - "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; - font-size: 1rem; - line-height: 1.5; - color: #373A3C; - background-color: #FFFFFF; - } + font-family: 'LibreFranklin', -apple-system, BlinkMacSystemFont, + "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + font-size: 1rem; + line-height: 1.5; + color: #373A3C; + background-color: #FFFFFF; /************************************************************************** * NORMALIZE.CSS *