diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-11 00:53:15 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-11 01:17:09 +0900 |
| commit | c1c22a7cc7310dfc601c3359122f2fd471193faf (patch) | |
| tree | db150dd25f7f8e8b2018d4c619536372ca133a61 /frontend/src | |
| parent | c0cec4794ba253caee2d3fd815e053bb616b8883 (diff) | |
| download | feedaka-c1c22a7cc7310dfc601c3359122f2fd471193faf.tar.gz feedaka-c1c22a7cc7310dfc601c3359122f2fd471193faf.tar.zst feedaka-c1c22a7cc7310dfc601c3359122f2fd471193faf.zip | |
feat(frontend): install dependencies
Diffstat (limited to 'frontend/src')
| -rw-r--r-- | frontend/src/App.css | 42 | ||||
| -rw-r--r-- | frontend/src/App.tsx | 1 | ||||
| -rw-r--r-- | frontend/src/index.css | 69 |
3 files changed, 1 insertions, 111 deletions
diff --git a/frontend/src/App.css b/frontend/src/App.css deleted file mode 100644 index df674c0..0000000 --- a/frontend/src/App.css +++ /dev/null @@ -1,42 +0,0 @@ -#root { - max-width: 1280px; - margin: 0 auto; - padding: 2rem; - text-align: center; -} - -.logo { - height: 6em; - padding: 1.5em; - will-change: filter; - transition: filter 300ms; -} -.logo:hover { - filter: drop-shadow(0 0 2em #646cffaa); -} -.logo.react:hover { - filter: drop-shadow(0 0 2em #61dafbaa); -} - -@keyframes logo-spin { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } -} - -@media (prefers-reduced-motion: no-preference) { - a:nth-of-type(2) .logo { - animation: logo-spin infinite 20s linear; - } -} - -.card { - padding: 2em; -} - -.read-the-docs { - color: #888; -} diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index e279784..b055af9 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1,7 +1,6 @@ import { useState } from "react"; import viteLogo from "/vite.svg"; import reactLogo from "./assets/react.svg"; -import "./App.css"; function App() { const [count, setCount] = useState(0); diff --git a/frontend/src/index.css b/frontend/src/index.css index e543249..f1d8c73 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -1,68 +1 @@ -:root { - font-family: system-ui, Avenir, Helvetica, Arial, sans-serif; - 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; - -moz-osx-font-smoothing: grayscale; -} - -a { - font-weight: 500; - color: #646cff; - text-decoration: inherit; -} -a:hover { - color: #535bf2; -} - -body { - margin: 0; - display: flex; - place-items: center; - min-width: 320px; - min-height: 100vh; -} - -h1 { - font-size: 3.2em; - line-height: 1.1; -} - -button { - border-radius: 8px; - border: 1px solid transparent; - padding: 0.6em 1.2em; - font-size: 1em; - font-weight: 500; - font-family: inherit; - background-color: #1a1a1a; - cursor: pointer; - transition: border-color 0.25s; -} -button:hover { - border-color: #646cff; -} -button:focus, -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; - } -} +@import "tailwindcss"; |
