mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-16 20:11:01 +01:00
Added button for BookWyrm
https://github.com/JulianPrieber/littlelink-custom/discussions/322
This commit is contained in:
parent
b3f0f7c8d1
commit
91e33a8dcd
@ -6,6 +6,7 @@ $buttonNames = array(
|
|||||||
'appstore' => 'App Store',
|
'appstore' => 'App Store',
|
||||||
'apple-music' => 'Apple Music',
|
'apple-music' => 'Apple Music',
|
||||||
'apple-podcasts' => 'Apple Podcasts',
|
'apple-podcasts' => 'Apple Podcasts',
|
||||||
|
'bookwyrm' => 'BookWyrm',
|
||||||
'dev-to' => 'DEV',
|
'dev-to' => 'DEV',
|
||||||
'epic-games' => 'Epic Games',
|
'epic-games' => 'Epic Games',
|
||||||
'f-droid' => 'F-Droid',
|
'f-droid' => 'F-Droid',
|
||||||
|
@ -70,7 +70,6 @@ class ButtonSeeder extends Seeder
|
|||||||
'name' => 'goodreads'
|
'name' => 'goodreads'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
[
|
[
|
||||||
'name' => 'instagram'
|
'name' => 'instagram'
|
||||||
],
|
],
|
||||||
@ -223,6 +222,10 @@ class ButtonSeeder extends Seeder
|
|||||||
'name' => 'apple-podcasts'
|
'name' => 'apple-podcasts'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
[
|
||||||
|
'name' => 'bookwyrm'
|
||||||
|
],
|
||||||
|
|
||||||
[
|
[
|
||||||
'name' => 'briar'
|
'name' => 'briar'
|
||||||
],
|
],
|
||||||
|
13
littlelink/css/brands.css
vendored
13
littlelink/css/brands.css
vendored
@ -225,6 +225,19 @@ button:hover,
|
|||||||
filter: brightness(90%);
|
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 */
|
/* Briar */
|
||||||
.button.button-briar {
|
.button.button-briar {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
103
littlelink/icons/bookwyrm.svg
Normal file
103
littlelink/icons/bookwyrm.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 372 KiB |
Loading…
x
Reference in New Issue
Block a user