tangled
alpha
login
or
join now
me.vylion.com
/
littlelink
0
fork
atom
A lightweight DIY alternative to services like Linktree and many.link.
0
fork
atom
overview
issues
pulls
pipelines
Update brands.css
authored by
ITRR
and committed by
GitHub
2 years ago
5a32dfed
241ed8c9
+13
-3
1 changed file
expand all
collapse all
unified
split
css
brands.css
+13
-3
css/brands.css
···
205
205
206
206
/* Bluesky */
207
207
.button.button-bluesky {
208
208
-
color: #000000;
209
209
-
background-color: #F3F9FF;
210
210
-
border: 1px solid #212121;
208
208
+
color: #FFFFFF;
209
209
+
background-color: #1185FE;
211
210
}
211
211
+
212
212
.button.button-bluesky:hover,
213
213
.button.button-bluesky:focus {
214
214
+
filter: brightness(90%);
215
215
+
}
216
216
+
217
217
+
/* Bluesky Alt */
218
218
+
.button.button-bluesky-alt {
219
219
+
color: #000000;
220
220
+
background-color: #FFFFFF;
221
221
+
}
222
222
+
.button.button-bluesky-alt:hover,
223
223
+
.button.button-bluesky-alt:focus {
214
224
filter: brightness(90%);
215
225
}
216
226