Created
February 17, 2017 14:57
-
-
Save onionmk2/165f1c711267907e0881028e7bd7e4f4 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
| @-moz-document url-prefix(https://docs.unity3d.com/) { | |
| /* | |
| this is perhaps only way to change color such as `<span style="color:red;"></span>public void ` | |
| */ | |
| .sig-block { | |
| color: #44A5CB; | |
| } | |
| .sig-block { | |
| font-size: 1.25em; | |
| padding-bottom: 10px; | |
| border-bottom: 1px solid #eee; | |
| } | |
| /* | |
| core.css have `div.signature div.sig-block {margin: 0 0 3px 0}`; | |
| use !important to override margin top; | |
| */ | |
| .sig-block:nth-child(n+1){ | |
| margin-top: 40px !important; | |
| } | |
| .sig-block a { | |
| color: #b83c82; | |
| } | |
| .sig-block span { | |
| color: #455463; | |
| } | |
| } |
Author
onionmk2
commented
Feb 17, 2017

Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment