Skip to content

Commit 21ba46b

Browse files
committed
Added friendi.ca button (#284)
1 parent 92d8746 commit 21ba46b

File tree

3 files changed

+231
-0
lines changed

3 files changed

+231
-0
lines changed

assets/linkstack/css/brands.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,16 @@ button:hover,
506506
filter: brightness(90%);
507507
}
508508

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+
509519
/* Funkwhale */
510520
.button.button-funkwhale {
511521
color: #FFFFFF;

assets/linkstack/icons/friendica.svg

Lines changed: 217 additions & 0 deletions
Loading

database/seeders/ButtonSeeder.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,10 @@ public function run()
469469
[
470470
'name' => 'gdrive'
471471
],
472+
473+
[
474+
'name' => 'friendica'
475+
],
472476
];
473477

474478
Button::insert($buttons);

0 commit comments

Comments
 (0)