Skip to content

Commit 7387c43

Browse files
authored
Merge c456fd1 into e681cd7
2 parents e681cd7 + c456fd1 commit 7387c43

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
@@ -1248,6 +1248,16 @@ button.button-scribd{
12481248
filter: brightness(90%);
12491249
}
12501250

1251+
/* Weasyl */
1252+
.button.button-weasyl {
1253+
color: #FFFFFF;
1254+
background-color: #121A1D;
1255+
}
1256+
.button.button-weasyl:hover,
1257+
.button.button-weasyl:focus {
1258+
filter: brightness(90%);
1259+
}
1260+
12511261
/* WhatsApp */
12521262
.button.button-whatsapp {
12531263
color: #ffffff;

assets/linkstack/icons/weasyl.svg

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" => "weasyl",
959+
"alt" => "Weasyl",
960+
"exclude" => false,
961+
"group" => "default",
962+
"mb" => false,
963+
],
956964
];
957965

958966
Button::insert($buttons);

0 commit comments

Comments
 (0)