diff --git a/config/button-names.php b/config/button-names.php index b55bfc2..fc2a6c3 100644 --- a/config/button-names.php +++ b/config/button-names.php @@ -6,6 +6,7 @@ $buttonNames = array( 'appstore' => 'App Store', 'apple-music' => 'Apple Music', 'apple-podcasts' => 'Apple Podcasts', + 'bookwyrm' => 'BookWyrm', 'dev-to' => 'DEV', 'epic-games' => 'Epic Games', 'f-droid' => 'F-Droid', diff --git a/database/seeders/ButtonSeeder.php b/database/seeders/ButtonSeeder.php index f645af3..968d672 100755 --- a/database/seeders/ButtonSeeder.php +++ b/database/seeders/ButtonSeeder.php @@ -69,7 +69,6 @@ class ButtonSeeder extends Seeder [ 'name' => 'goodreads' ], - [ 'name' => 'instagram' @@ -222,6 +221,10 @@ class ButtonSeeder extends Seeder [ 'name' => 'apple-podcasts' ], + + [ + 'name' => 'bookwyrm' + ], [ 'name' => 'briar' diff --git a/littlelink/css/brands.css b/littlelink/css/brands.css index dd24d18..21776fe 100644 --- a/littlelink/css/brands.css +++ b/littlelink/css/brands.css @@ -225,6 +225,19 @@ button:hover, filter: brightness(90%); } +/* BookWyrm */ +.button.button-bookwyrm { + color: #000000; + background-color: #ffffff; + border-style: solid; + border-color: #000000; + border-width: 1px; +} +.button.button-bookwyrm:hover, +.button.button-bookwyrm:focus { + filter: brightness(90%); +} + /* Briar */ .button.button-briar { color: #FFFFFF; diff --git a/littlelink/icons/bookwyrm.svg b/littlelink/icons/bookwyrm.svg new file mode 100644 index 0000000..9dd1d9c --- /dev/null +++ b/littlelink/icons/bookwyrm.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + +