mirror of
https://github.com/ZetaKebab/kesper.git
synced 2026-08-18 11:50:55 +00:00
refs https://github.com/TryGhost/Ghost-Admin/commit/9bfd340885ff20dafd7b94fa069fc9edbceb13a2 and https://github.com/TryGhost/Ghost/commit/c2aa62083cf5006b66005fde45470c1290ab5211 Adds css for styling new bookmark card which generates following html - ```html <figure class="kg-card kg-bookmark-card"> <a href="[URL]" class="kg-bookmark-container"> <div class="kg-bookmark-content"> <div class="kg-bookmark-title">[TITLE]</div> <div class="kg-bookmark-description">[DESCRIPTION]</div> <div class="kg-bookmark-metadata"> <img src="[ICON]" class="kg-bookmark-icon"> <span class="kg-bookmark-author">[AUTHOR]</span> <span class="kg-bookmark-publisher">[PUBLISHER]</span> </div> </div> <div class="kg-bookmark-thumbnail"> <img src="[THUMBNAIL]"> </div> </a> </figure> ```