Skip to content

Commit 7dee7c9

Browse files
committed
fix: update F-Droid icon background image URL for consistency
1 parent 8325551 commit 7dee7c9

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

client/pages/home/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646

4747
&.f-droid {
48-
background-image: url(https://camo.githubusercontent.com/79a6958a9201a72b59408c0b9a8109c2cc560b7a0e83e608f9d4cf8a4455ba80/68747470733a2f2f6664726f69642e6769746c61622e696f2f617274776f726b2f62616467652f6765742d69742d6f6e2e706e67);
48+
background-image: url(https://f-droid.org/badge/get-it-on.png);
4949
}
5050
}
5151
}

client/res/icons/style.css

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -21,127 +21,127 @@
2121
-moz-osx-font-smoothing: grayscale;
2222
}
2323

24-
.certificate:before {
24+
.icon.certificate:before {
2525
content: "\e90d";
2626
}
27-
.googleplay:before {
27+
.icon.googleplay:before {
2828
content: "\e90f";
2929
color: #607d8b;
3030
}
31-
.f-droid:before {
31+
.icon.f-droid:before {
3232
content: "\e90e";
3333
color: #1976d2;
3434
}
35-
.bitcoin:before {
35+
.icon.bitcoin:before {
3636
content: "\e90c";
3737
color: #f7931a;
3838
}
39-
.github:before {
39+
.icon.github:before {
4040
content: "\e901";
4141
}
42-
.paypal:before {
42+
.icon.paypal:before {
4343
content: "\e905";
4444
color: #00457c;
4545
}
46-
.navigate_next:before {
46+
.icon.navigate_next:before {
4747
content: "\e90a";
4848
}
49-
.navigate_before:before {
49+
.icon.navigate_before:before {
5050
content: "\e90b";
5151
}
52-
.chevron_left:before {
52+
.icon.chevron_left:before {
5353
content: "\e90b";
5454
}
55-
.verified:before {
55+
.icon.verified:before {
5656
content: "\e909";
5757
}
58-
.star_outline:before {
58+
.icon.star_outline:before {
5959
content: "\e906";
6060
}
61-
.star:before {
61+
.icon.star:before {
6262
content: "\e907";
6363
}
64-
.favorite:before {
64+
.icon.favorite:before {
6565
content: "\e908";
6666
}
67-
.account_balance:before {
67+
.icon.account_balance:before {
6868
content: "\e904";
6969
}
70-
.warning:before {
70+
.icon.warning:before {
7171
content: "\e903";
7272
}
73-
.chat_bubble:before {
73+
.icon.chat_bubble:before {
7474
content: "\e96d";
7575
}
76-
.add:before {
76+
.icon.add:before {
7777
content: "\e992";
7878
}
79-
.clear:before {
79+
.icon.clear:before {
8080
content: "\e999";
8181
}
82-
.content_copy:before {
82+
.icon.content_copy:before {
8383
content: "\e99a";
8484
}
85-
.create:before {
85+
.icon.create:before {
8686
content: "\e99d";
8787
}
88-
.flag:before {
88+
.icon.flag:before {
8989
content: "\e9a0";
9090
}
91-
.report:before {
91+
.icon.report:before {
9292
content: "\e9ab";
9393
}
94-
.outlined_flag:before {
94+
.icon.outlined_flag:before {
9595
content: "\e9b9";
9696
}
97-
.access_time:before {
97+
.icon.access_time:before {
9898
content: "\e9c7";
9999
}
100-
.publish:before {
100+
.icon.publish:before {
101101
content: "\ea26";
102102
}
103-
.download:before {
103+
.icon.download:before {
104104
content: "\ea46";
105105
}
106-
.menu:before {
106+
.icon.menu:before {
107107
content: "\eb58";
108108
}
109-
.refresh:before {
109+
.icon.refresh:before {
110110
content: "\eb5b";
111111
}
112-
.person:before {
112+
.icon.person:before {
113113
content: "\ebad";
114114
}
115-
.share:before {
115+
.icon.share:before {
116116
content: "\ebb3";
117117
}
118-
.delete:before {
118+
.icon.delete:before {
119119
content: "\ebe1";
120120
}
121-
.done:before {
121+
.icon.done:before {
122122
content: "\ebe4";
123123
}
124-
.done_all:before {
124+
.icon.done_all:before {
125125
content: "\ebe5";
126126
}
127-
.thumb_down:before {
127+
.icon.thumb_down:before {
128128
content: "\ec34";
129129
}
130-
.thumb_up:before {
130+
.icon.thumb_up:before {
131131
content: "\ec35";
132132
}
133-
.logout:before {
133+
.icon.logout:before {
134134
content: "\ece8";
135135
}
136-
.thumb_down_alt:before {
136+
.icon.thumb_down_alt:before {
137137
content: "\ed07";
138138
}
139-
.thumb_up_alt:before {
139+
.icon.thumb_up_alt:before {
140140
content: "\ed08";
141141
}
142-
.mail:before {
142+
.icon.mail:before {
143143
content: "\e902";
144144
}
145-
.earth:before {
145+
.icon.earth:before {
146146
content: "\e900";
147147
}

0 commit comments

Comments
 (0)