Skip to content

◆GitHub by syon

Details

Authorsyon

LicenseNo License

Categorygithub

Created

Updated

Size491 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Coloring starred button

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ◆GitHub
@namespace      userstyles.world
@version        2022-08-10
@author         syon
==/UserStyle== */
@-moz-document domain("github.com") {

   /*
   * Header star button
  */
  .starred.js-social-form svg {
    margin: 0 !important;
  }
  .starred.js-social-form span.d-inline {
    display: none !important;
  }
  .starred.js-social-form .btn {
    background-color: #ffee99;
  }
  .starred.js-social-form .btn .octicon {
    color: #dbab09;
  }

}

Reviews

No reviews yet.