Last active
February 7, 2022 01:46
-
-
Save pacochi/be48d7863661fd9a74ebb8236b7fbc8f to your computer and use it in GitHub Desktop.
漢字ルのオレンジをピンクに変更します。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==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