Skip to content

Commit

Permalink
Rename template x.html to cross.html
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed May 22, 2024
1 parent c2ffb7b commit 109f3fa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions media/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ img.img-shadow2 {
fill: var(--donate-check);
}

.sponsor-x svg g, .sponsor-x svg path {
fill: var(--donate-x);
.sponsor-cross svg g, .sponsor-cross svg path {
fill: var(--donate-cross);
}

.sponsortype .person g, .sponsortype .person path {
Expand Down
2 changes: 1 addition & 1 deletion media/css/style_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
--img-shadow2: -6px 16px 32px #333, 6px 16px 32px #333;
--container-bg-img-shadow: -6px 16px 32px #444, 6px 16px 32px #444;
--donate-check: #0b0;
--donate-x: #f00;
--donate-cross: #f00;
--donate-person-fill: #ccc;
--donate-persons-fill: #aae;
--donate-briefcase-fill: #bc9574;
Expand Down
2 changes: 1 addition & 1 deletion media/css/style_light.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
--img-shadow2: -6px 16px 32px #ccc, 6px 16px 32px #ccc;
--container-bg-img-shadow: -6px 16px 32px #68a, 6px 16px 32px #68a;
--donate-check: #070;
--donate-x: #a00;
--donate-cross: #a00;
--donate-person-fill: #ccc;
--donate-persons-fill: #aae;
--donate-briefcase-fill: #bc9574;
Expand Down
2 changes: 1 addition & 1 deletion weechat/templates/donate.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h3>{% trans "Donate to WeeChat" %}</h3>
<strong>Liberapay</strong>
</a>
</td>
<td class="align-middle sponsor-x">{% include "svg/x.html" %}</td>
<td class="align-middle sponsor-cross">{% include "svg/cross.html" %}</td>
<td class="align-middle sponsor-check">{% include "svg/check.html" %}</td>
<td class="align-middle">2.9 %</td>
<td class="align-middle"></td>
Expand Down
File renamed without changes.

0 comments on commit 109f3fa

Please sign in to comment.