From 2c16d1cf0f2c0a504aed568122234ed5e3a682d3 Mon Sep 17 00:00:00 2001 From: Chu-Yin Weng Date: Sun, 11 Feb 2024 22:22:17 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fabee01..3905177 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # React + Vite This is a personal website/portfolio template used for WICC 2024 workshop. It's built with [React](https://reactjs.org). + +You can view the Figma file of this template [here](https://www.figma.com/file/uTyUhNtDpYuW5mKwm6eT2S/Workshop-Template?type=design&mode=design&t=tMpD9KjtmPxIvPP1-1). From fa22ca8f9ee404d1c99dd91aca0bfd2b682baa9b Mon Sep 17 00:00:00 2001 From: Dora Date: Sun, 18 Feb 2024 14:23:44 -0500 Subject: [PATCH 2/2] removed dark mode --- src/index.css | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/src/index.css b/src/index.css index de71f2a..b12b0d6 100644 --- a/src/index.css +++ b/src/index.css @@ -7,10 +7,6 @@ line-height: 1.5; font-weight: 400; - color-scheme: light dark; - color: rgba(255, 255, 255, 0.87); - background-color: #242424; - font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; @@ -47,24 +43,6 @@ button:focus-visible { outline: 4px auto -webkit-focus-ring-color; } -@media (prefers-color-scheme: light) { - :root { - color: #213547; - background-color: #ffffff; - } - a:hover { - color: #747bff; - } - button { - background-color: #f9f9f9; - } -} - -/* laptops xl */ -@media screen and (min-width: 1480px) { -} - -/* tablets md */ @media screen and (max-width: 800px) { .text-5xl { font-size: 2.5rem; @@ -75,7 +53,6 @@ button:focus-visible { } } -/* phones sm */ @media screen and (max-width: 650px) { .text-base { font-size: 0.9rem;