Skip to content

Commit 057e60d

Browse files
committed
Added behance button (#629)
1 parent 5639a7f commit 057e60d

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

assets/linkstack/css/brands.css

Lines changed: 14 additions & 0 deletions
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;

assets/linkstack/icons/behance.svg

Lines changed: 3 additions & 0 deletions
Loading

database/seeders/ButtonSeeder.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,10 @@ public function run()
461461
[
462462
'name' => 'throne'
463463
],
464+
465+
[
466+
'name' => 'behance'
467+
],
464468
];
465469

466470
Button::insert($buttons);

0 commit comments

Comments
 (0)