Skip to content

Instantly share code, notes, and snippets.

@Iranon
Created April 5, 2022 12:54
Show Gist options
  • Save Iranon/16e97401c60a2307ab6f650f6bf8702d to your computer and use it in GitHub Desktop.
Save Iranon/16e97401c60a2307ab6f650f6bf8702d to your computer and use it in GitHub Desktop.
A custom style sheet to override the markdown-to-html GitHub style.
/*<link rel="stylesheet" type="text/css" href="./css/markdown-custom-style.css">*/
* {
color: rgb(24, 8, 12);
}
hr {
background-image: linear-gradient( to right, #91FF46, #AAD852 ) !important;
}
h3 {
border-bottom: 1px solid rgba(200, 200, 200, 0.3);
}
u {
color: #1AA354;
text-decoration: none;
}
blockquote {
border-color: #BBC743AA !important;
/*color: rgb(72, 16, 24) !important;*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment