SN-Koarashi / ig-helper

In Instagram, downloading is possible for both photos and videos from posts, as well as for stories, reels or profile picture.
GNU General Public License v3.0
33 stars 2 forks source link

Add kbd css style #2

Closed Yomisana closed 9 months ago

Yomisana commented 9 months ago

Add this thing make kdb look better

  kbd {
    font-weight: bold;
    padding: 4px 5px;
    background-color: hsl(0deg, 0%, 99%);
    border-radius: 3px;
    border: 1px solid hsl(0deg, 0%, 80%);
  }
SN-Koarashi commented 9 months ago

ok