Skip to content

Commit f5338f3

Browse files
Merge pull request #652 from Realmlist/main
Added Behance, Google Drive & Friendi.ca buttons
2 parents 3a828a6 + 9d66e05 commit f5338f3

File tree

5 files changed

+966
-662
lines changed

5 files changed

+966
-662
lines changed

assets/linkstack/css/brands.css

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,20 @@ button:hover,
244244
filter: brightness(90%);
245245
}
246246

247+
/* Behance */
248+
.button.button-behance {
249+
color: #ffffff;
250+
background-color: linear-gradient(
251+
to bottom,
252+
#0596E9,
253+
#1758D0
254+
);
255+
}
256+
.button.button-behance:hover,
257+
.button.button-behance:focus {
258+
filter: brightness(90%);
259+
}
260+
247261
/* BookWyrm */
248262
.button.button-bookwyrm {
249263
color: #000000;
@@ -492,6 +506,16 @@ button:hover,
492506
filter: brightness(90%);
493507
}
494508

509+
/* Friendi.ca */
510+
.button.button-friendica {
511+
color: #ffffff;
512+
background-color: #5385c1;
513+
}
514+
.button.button-friendica:hover,
515+
.button.button-friendica:focus {
516+
filter: brightness(90%);
517+
}
518+
495519
/* Funkwhale */
496520
.button.button-funkwhale {
497521
color: #FFFFFF;
@@ -558,6 +582,16 @@ button:hover,
558582
filter: brightness(90%);
559583
}
560584

585+
/* Google Drive */
586+
.button.button-gdrive {
587+
color: #FFFFFF;
588+
background-color: #1A73E8;
589+
}
590+
.button.button-gdrive:hover,
591+
.button.button-gdrive:focus {
592+
filter: brightness(90%);
593+
}
594+
561595
/* Google Play Store */
562596
.button.button-playstore {
563597
color: #FFFFFF;
@@ -910,7 +944,7 @@ button:hover,
910944
/* PronounsPage */
911945
.button.button-pronounspage {
912946
color: #ffffff;
913-
background-color: #ff95bb;
947+
background-color: #c71585;
914948
}
915949
.button.button-pronounspage:hover,
916950
.button.button-pronounspage:focus {

assets/linkstack/icons/behance.svg

Lines changed: 3 additions & 0 deletions
Loading

assets/linkstack/icons/friendica.svg

Lines changed: 235 additions & 0 deletions
Loading

assets/linkstack/icons/gdrive.svg

Lines changed: 8 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)