Skip to content

Instantly share code, notes, and snippets.

View sharadcodes's full-sized avatar
✔️
Verified Serial Programmer

Sharad Raj sharadcodes

✔️
Verified Serial Programmer
View GitHub Profile
@sharadcodes
sharadcodes / syntax.css
Created December 21, 2018 13:02 — forked from wdullaer/syntax.css
Monokai Syntax CSS theme
/* Adjusted to give override background and text colour */
.highlight pre, pre, .highlight .hll {
background-color: #49483E;
border: 1px solid #ccc;
padding: 6px 10px;
border-radius: 3px;
color: #FFFFFF;
}
.gist pre {