Skip to content

Commit d2ecd9c

Browse files
authored
Merge d64e348 into e681cd7
2 parents e681cd7 + d64e348 commit d2ecd9c

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

assets/linkstack/css/brands.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,16 @@ button:hover,
410410
filter: brightness(90%);
411411
}
412412

413+
/* Duolingo */
414+
.button.button-duolingo {
415+
color: #FFFFFF;
416+
background-color: #89E219;
417+
}
418+
.button.button-duolingo:hover,
419+
.button.button-duolingo:focus {
420+
filter: brightness(90%);
421+
}
422+
413423
/* Epic Games */
414424
.button.button-epic-games {
415425
color: #FFFFFF;
Lines changed: 26 additions & 0 deletions
Loading

database/seeders/ButtonSeeder.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,14 @@ public function run()
953953
"group" => "default",
954954
"mb" => false,
955955
],
956+
957+
[
958+
"name" => "duolingo",
959+
"alt" => "Duolingo",
960+
"exclude" => false,
961+
"group" => "default",
962+
"mb" => false,
963+
],
956964
];
957965

958966
Button::insert($buttons);

0 commit comments

Comments
 (0)