From 0d8cc9c9b313b731ce03e2ff6871fff892d6ec82 Mon Sep 17 00:00:00 2001 From: Ruidy Date: Mon, 29 Mar 2021 12:46:40 +0200 Subject: [PATCH] icons --- src/index.css | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/src/index.css b/src/index.css index cdaa06f..3078fdd 100644 --- a/src/index.css +++ b/src/index.css @@ -1,30 +1,34 @@ body { - margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", + 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; - display: flex; - min-height: 100vh; - flex-direction: column; - background-color: #ffffff; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + display: flex; + min-height: 100vh; + flex-direction: column; + background-color: #ffffff; } div { - white-space: pre-wrap; + white-space: pre-wrap; } nav { - background-color: #ffffff; + background-color: #ffffff; } .page-footer { - padding-top: 20px; - color: #fff; - background-color: #ffe0b2; + padding-top: 20px; + color: #fff; + background-color: #ffe0b2; } .logo { - font-family: "Marck Script", cursive; + font-family: "Marck Script", cursive; } + +i.material-icons { + color: #ff9800; +} \ No newline at end of file