Skip to content

Instantly share code, notes, and snippets.

@pacochi
Last active February 7, 2022 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pacochi/be48d7863661fd9a74ebb8236b7fbc8f to your computer and use it in GitHub Desktop.
Save pacochi/be48d7863661fd9a74ebb8236b7fbc8f to your computer and use it in GitHub Desktop.
漢字ルのオレンジをピンクに変更します。
/* ==UserStyle==
@name kanjile distinguishable
@namespace hen.acho.co
@version 1.0.0
@description 漢字ルのオレンジをピンクに変更します。
@author pacochi
@updateURL https://gist.github.com/pacochi/be48d7863661fd9a74ebb8236b7fbc8f/raw/kanjile_distinguishable.user.css
==/UserStyle== */
@-moz-document url-prefix("https://motemen.github.io/kanjile/") {
.border-orange-500,
.dark .dark\:border-orange-600 {
border-color: rgb(221 17 238 / 1);
}
.stroke-orange-500,
.dark .dark\:stroke-orange-600 {
stroke: #d1e;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment