Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPrieber committed Mar 10, 2023
2 parents e4432de + 525245a commit 3dabb99
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 3 deletions.
1 change: 1 addition & 0 deletions config/button-names.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
'appstore' => 'App Store',
'apple-music' => 'Apple Music',
'apple-podcasts' => 'Apple Podcasts',
'bookwyrm' => 'BookWyrm',
'dev-to' => 'DEV',
'epic-games' => 'Epic Games',
'f-droid' => 'F-Droid',
Expand Down
7 changes: 5 additions & 2 deletions database/seeders/ButtonSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public function run()
[
'name' => 'goodreads'
],


[
'name' => 'instagram'
Expand Down Expand Up @@ -392,7 +391,11 @@ public function run()
],

[
'name' => 'icon'
'name' => 'icon'
],

[
'name' => 'bookwyrm'
],

];
Expand Down
13 changes: 13 additions & 0 deletions littlelink/css/brands.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
103 changes: 103 additions & 0 deletions littlelink/icons/bookwyrm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.2
3.5.0

0 comments on commit 3dabb99

Please sign in to comment.