Skip to content

Commit f894dc2

Browse files
Fix logo in the footer
1 parent ac38dce commit f894dc2

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

Diff for: assets/style.css

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
@import url(https://fonts.googleapis.com/css?family=Questrial);
22
@import url(https://fonts.googleapis.com/css?family=Arvo);
33

4-
@font-face {
5-
src: url(https://lea.verou.me/logo.otf);
6-
font-family: 'LeaVerou';
7-
}
8-
94
/*
105
Shared styles
116
*/
@@ -454,10 +449,12 @@ footer {
454449
padding: .2em 0;
455450
}
456451

457-
#logo:before {
458-
content: '☠';
452+
#logo {
459453
float: right;
460-
font: 100px/1.6 LeaVerou;
454+
margin-block-start: 3.5em;
455+
margin-inline-start: .5em;
456+
height: 5em;
457+
filter: brightness(0) invert(1);
461458
}
462459

463460
.used-by-logos {

Diff for: assets/templates/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<span id="logo"></span>
1+
<img id="logo" src="https://lea.verou.me/logo.svg" />
22
<p>Handcrafted with &hearts;, by <a href="http://lea.verou.me" target="_blank">Lea Verou</a>, <a href="https://github.com/Golmote" target="_blank">Golmote</a>,
33
<a href="https://github.com/mAAdhaTTah" target="_blank">James DiGioia</a>, <a href="https://github.com/RunDevelopment" target="_blank">Michael Schmidt</a>
44
&amp; <a href="https://github.com/PrismJS/prism/graphs/contributors" target="_blank">all these awesome people</a></p>

0 commit comments

Comments
 (0)