Skip to content

Commit 6048075

Browse files
authored
Merge f3afd23 into 51917e7
2 parents 51917e7 + f3afd23 commit 6048075

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

assets/linkstack/css/brands.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,16 @@ button:hover,
552552
filter: brightness(90%);
553553
}
554554

555+
/* Furtrack */
556+
.button.button-furtrack {
557+
color: #FFFFFF;
558+
background-color: #2D0E4C;
559+
}
560+
.button.button-furtrack:hover,
561+
.button.button-furtrack:focus {
562+
filter: brightness(90%);
563+
}
564+
555565
/* Github */
556566
.button.button-github {
557567
color: #FFFFFF;
Lines changed: 1 addition & 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" => "furtrack",
959+
"alt" => "Furtrack",
960+
"exclude" => false,
961+
"group" => "default",
962+
"mb" => false,
963+
],
956964
];
957965

958966
Button::insert($buttons);

0 commit comments

Comments
 (0)