diff --git a/Workly/src/App.css b/Workly/src/App.css index d0cb9e1b886f5dee8d0e2837722f3a64ac0cf9e7..8b2fe64dfc249d37b1822774227cbae27eb63ac1 100644 --- a/Workly/src/App.css +++ b/Workly/src/App.css @@ -1,9 +1,21 @@ /* Global styling sheet */ :root { - --primary-color: black; + font-family: system-ui, Avenir, Helvetica, Arial, sans-serif; + line-height: 1.5; + font-weight: 400; + + color-scheme: light dark; + background-color: white; + + font-synthesis: none; + text-rendering: optimizeLegibility; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; } + + .Header { color: black; display: flex; diff --git a/Workly/src/index.css b/Workly/src/index.css deleted file mode 100644 index f75dd68ce7cc2ccfdea0d42d57473313fd5d23f7..0000000000000000000000000000000000000000 --- a/Workly/src/index.css +++ /dev/null @@ -1,14 +0,0 @@ -:root { - font-family: system-ui, Avenir, Helvetica, Arial, sans-serif; - line-height: 1.5; - font-weight: 400; - - color-scheme: light dark; - background-color: white; - - font-synthesis: none; - text-rendering: optimizeLegibility; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -