Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save onionmk2/165f1c711267907e0881028e7bd7e4f4 to your computer and use it in GitHub Desktop.

Select an option

Save onionmk2/165f1c711267907e0881028e7bd7e4f4 to your computer and use it in GitHub Desktop.
@-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;
}
}
@onionmk2
Copy link
Copy Markdown
Author

139066_additional_24916

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