Skip to content

Commit b464c35

Browse files
Adapt logo
1 parent 3f76c13 commit b464c35

File tree

4 files changed

+23
-24
lines changed

4 files changed

+23
-24
lines changed

src/images/512x512.png

-17.3 KB
Binary file not shown.

src/images/holepunch-logo.svg

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

src/images/pears-logo.svg

Lines changed: 15 additions & 0 deletions
Loading

src/index.css

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ header {
1414

1515
footer {
1616
background-color: #18222E;
17-
color: #fff;
17+
color: #CAE2E9;
1818
text-align: center;
19-
padding: 10px;
2019
position: absolute;
2120
bottom: 0;
2221
left: 0;
2322
right: 0;
2423
padding: 0;
2524
}
2625

27-
footer p {
28-
margin: 0 0 0.5em 0;
26+
footer span {
27+
position: relative;
28+
top: -0.75em;
2929
}
3030

3131
footer a {
32-
color: #ffffff;
32+
color: #CAE2E9;
3333
text-decoration: none;
3434
}
3535
footer a:hover {
@@ -163,11 +163,10 @@ header h1 {
163163
font-size: 1.2em;
164164
}
165165

166-
.holepunchlogo {
166+
.pearslogo {
167167
position: relative;
168-
width: 6em;
169-
top: 0.3em;
170-
left: 0.3em;
168+
width: 3em;
169+
top: 0.8em;
171170
}
172171

173172
.donationqr {

0 commit comments

Comments
 (0)