Skip to content

Commit 85c8cbc

Browse files
committed
Change substack icon to subscribe text
1 parent 062e43f commit 85c8cbc

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

html/base.html

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@
117117
}
118118
.links > a {
119119
display: inline-block;
120-
padding: 0.3em 0.6em;
121-
margin: 0.2em;
120+
padding: 0.3em 0.4em;
121+
margin: 0.1em;
122122
font-size: 1.5em;
123123
color: #fff;
124124
font-weight: 700;
@@ -130,14 +130,7 @@
130130
background-color: #ffffff9d;
131131
}
132132
.links > a.substack-link {
133-
padding: 0;
134133
background-color: #E87D54;
135-
line-height: 0;
136-
}
137-
.links > a.substack-link img {
138-
height: 2em;
139-
vertical-align: middle;
140-
filter: brightness(0);
141134
}
142135
.links > a.substack-link:hover {
143136
background-color: #F19474;
@@ -376,7 +369,7 @@
376369
<a href="/latest/">Latest</a>
377370
<a href="/cuisines/">Cuisines</a>
378371
<a href="/about/">About</a>
379-
<a href="https://news.vilf.org" target="_blank" class="substack-link"><img src="https://substackcdn.com/image/fetch/w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack.com%2Fimg%2Fsubstack.png" alt="Substack"></a>
372+
<a href="https://news.vilf.org" target="_blank" class="substack-link">Subscribe</a>
380373
</p>
381374
</div>
382375
</section>

0 commit comments

Comments
 (0)