Skip to content

Commit 7738357

Browse files
authored
Merge pull request #33 from CodeCafeCommunity/31-remove-vanilla-css
31 remove vanilla css
2 parents 055afbb + 6ffa366 commit 7738357

File tree

3 files changed

+0
-113
lines changed

3 files changed

+0
-113
lines changed

src/App.css

Lines changed: 0 additions & 42 deletions
This file was deleted.

src/App.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import "./App.css";
2-
31
function App() {
42
return <h1>Code Café Community</h1>;
53
}

src/index.css

Lines changed: 0 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,3 @@
11
@tailwind base;
22
@tailwind components;
33
@tailwind utilities;
4-
5-
:root {
6-
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
7-
line-height: 1.5;
8-
font-weight: 400;
9-
10-
color-scheme: light dark;
11-
color: rgba(255, 255, 255, 0.87);
12-
background-color: #242424;
13-
14-
font-synthesis: none;
15-
text-rendering: optimizeLegibility;
16-
-webkit-font-smoothing: antialiased;
17-
-moz-osx-font-smoothing: grayscale;
18-
}
19-
20-
a {
21-
font-weight: 500;
22-
color: #646cff;
23-
text-decoration: inherit;
24-
}
25-
a:hover {
26-
color: #535bf2;
27-
}
28-
29-
body {
30-
margin: 0;
31-
display: flex;
32-
place-items: center;
33-
min-width: 320px;
34-
min-height: 100vh;
35-
}
36-
37-
h1 {
38-
font-size: 3.2em;
39-
line-height: 1.1;
40-
}
41-
42-
button {
43-
border-radius: 8px;
44-
border: 1px solid transparent;
45-
padding: 0.6em 1.2em;
46-
font-size: 1em;
47-
font-weight: 500;
48-
font-family: inherit;
49-
background-color: #1a1a1a;
50-
cursor: pointer;
51-
transition: border-color 0.25s;
52-
}
53-
button:hover {
54-
border-color: #646cff;
55-
}
56-
button:focus,
57-
button:focus-visible {
58-
outline: 4px auto -webkit-focus-ring-color;
59-
}
60-
61-
@media (prefers-color-scheme: light) {
62-
:root {
63-
color: #213547;
64-
background-color: #ffffff;
65-
}
66-
a:hover {
67-
color: #747bff;
68-
}
69-
button {
70-
background-color: #f9f9f9;
71-
}
72-
}

0 commit comments

Comments
 (0)