Skip to content

Commit d6e004f

Browse files
aliicewongkatesmatthews
authored andcommitted
icon for electron (#57)
* Icon added
1 parent 783189b commit d6e004f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1637
-1239
lines changed

.vscode/settings.json

-29
This file was deleted.

app/Routes.tsx

-15
This file was deleted.

app/app.global.css

+8-26
Original file line numberDiff line numberDiff line change
@@ -5,41 +5,23 @@
55
@import '~@fortawesome/fontawesome-free/css/all.css';
66

77
* {
8-
box-sizing: border-box;
9-
margin: 0;
10-
padding: 0;
8+
box-sizing: border-box;
9+
margin: 0;
10+
padding: 0;
1111
}
1212

1313
body {
1414
position: relative;
15-
color: black;
1615
overflow-y: hidden;
16+
font-family: 'Poppins', sans-serif;
17+
font-size: 14px;
1718
}
1819

19-
h2 {
20-
margin: 0;
21-
font-size: 2.25rem;
22-
font-weight: bold;
23-
letter-spacing: -0.025em;
24-
color: #fff;
25-
}
26-
27-
p {
28-
font-size: 24px;
29-
}
30-
31-
li {
32-
list-style: none;
20+
button {
21+
font-family: 'Poppins', sans-serif;
3322
}
3423

3524
a {
36-
color: black;
37-
opacity: 0.75;
38-
text-decoration: none;
25+
font-family: 'Poppins', sans-serif;
3926
}
4027

41-
a:hover {
42-
opacity: 1;
43-
text-decoration: none;
44-
cursor: pointer;
45-
}

0 commit comments

Comments
 (0)