From 2b3cbdddd578a32439c0d0167e1328651268c990 Mon Sep 17 00:00:00 2001 From: Yiqing Zhu <793831308@qq.com> Date: Sat, 26 Mar 2022 17:33:40 +1100 Subject: [PATCH] Chap04 -> Styling components with CSS -> Stlying the document body --- QandA/frontend/src/index.css | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/QandA/frontend/src/index.css b/QandA/frontend/src/index.css index ec2585e..0b96d42 100644 --- a/QandA/frontend/src/index.css +++ b/QandA/frontend/src/index.css @@ -1,13 +1,4 @@ body { margin: 0; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', - 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', - sans-serif; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -code { - font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', - monospace; + background-color: #f7f8fa; }