Add sharing to linkding

This commit is contained in:
Alexander Sulfrian
2024-05-21 15:46:45 +02:00
parent 21a6a66337
commit 2c8702954d
6 changed files with 64 additions and 1 deletions

View File

@ -132,6 +132,11 @@ a.icon-image {
background: url("../../_global/img/icons/unmark-icon--black.png") no-repeat center/80%;
}
&.linkding::before {
background: url("../../_global/img/icons/linkding.svg") no-repeat center/80%;
filter: grayscale(1);
}
&.shaarli::before {
background: url("../../_global/img/icons/shaarli.png") no-repeat center/80%;
}