Skip to content

Commit

Permalink
Commenting out styling. God help
Browse files Browse the repository at this point in the history
  • Loading branch information
srijayanth committed Nov 2, 2017
1 parent 54de787 commit 91d3cff
Showing 1 changed file with 70 additions and 70 deletions.
140 changes: 70 additions & 70 deletions docs/assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,73 +3,73 @@

@import "{{ site.theme }}";

.markdown-body hr {
height: 1px;
}

.markdown-body .highlight {background-color: #272822; font-weight: normal}
.highlight pre { background-color: #272822;;font-weight: normal }
.highlight .hll { background-color: #272822;;font-weight: normal }
.highlight .c { color: #75715e;font-weight: normal } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010;font-weight: normal } /* Error */
.highlight .k { color: #66d9ef;font-weight: normal } /* Keyword */
.highlight .l { color: #ae81ff;font-weight: normal } /* Literal */
.highlight .n { color: #f8f8f2;font-weight: normal } /* Name */
.highlight .o { color: #f92672;font-weight: normal } /* Operator */
.highlight .p { color: #f8f8f2;font-weight: normal } /* Punctuation */
.highlight .cm { color: #75715e;font-weight: normal } /* Comment.Multiline */
.highlight .cp { color: #75715e;font-weight: normal } /* Comment.Preproc */
.highlight .c1 { color: #75715e;font-weight: normal } /* Comment.Single */
.highlight .cs { color: #75715e;font-weight: normal } /* Comment.Special */
.highlight .ge { font-style: italic;font-weight: normal } /* Generic.Emph */
.highlight .gs { font-weight: bold;font-weight: normal } /* Generic.Strong */
.highlight .kc { color: #66d9ef;font-weight: normal } /* Keyword.Constant */
.highlight .kd { color: #66d9ef;font-weight: normal } /* Keyword.Declaration */
.highlight .kn { color: #f92672;font-weight: normal } /* Keyword.Namespace */
.highlight .kp { color: #66d9ef;font-weight: normal } /* Keyword.Pseudo */
.highlight .kr { color: #66d9ef;font-weight: normal } /* Keyword.Reserved */
.highlight .kt { color: #66d9ef;font-weight: normal } /* Keyword.Type */
.highlight .ld { color: #e6db74;font-weight: normal } /* Literal.Date */
.highlight .m { color: #ae81ff;font-weight: normal } /* Literal.Number */
.highlight .s { color: #e6db74;font-weight: normal } /* Literal.String */
.highlight .na { color: #a6e22e;font-weight: normal } /* Name.Attribute */
.highlight .nb { color: #f8f8f2;font-weight: normal } /* Name.Builtin */
.highlight .nc { color: #a6e22e;font-weight: normal } /* Name.Class */
.highlight .no { color: #66d9ef;font-weight: normal } /* Name.Constant */
.highlight .nd { color: #a6e22e;font-weight: normal } /* Name.Decorator */
.highlight .ni { color: #f8f8f2;font-weight: normal } /* Name.Entity */
.highlight .ne { color: #a6e22e;font-weight: normal } /* Name.Exception */
.highlight .nf { color: #a6e22e;font-weight: normal } /* Name.Function */
.highlight .nl { color: #f8f8f2;font-weight: normal } /* Name.Label */
.highlight .nn { color: #f8f8f2;font-weight: normal } /* Name.Namespace */
.highlight .nx { color: #a6e22e;font-weight: normal } /* Name.Other */
.highlight .py { color: #f8f8f2;font-weight: normal } /* Name.Property */
.highlight .nt { color: #f92672;font-weight: normal } /* Name.Tag */
.highlight .nv { color: #f8f8f2;font-weight: normal } /* Name.Variable */
.highlight .ow { color: #f92672;font-weight: normal } /* Operator.Word */
.highlight .w { color: #f8f8f2;font-weight: normal } /* Text.Whitespace */
.highlight .mf { color: #ae81ff;font-weight: normal } /* Literal.Number.Float */
.highlight .mh { color: #ae81ff;font-weight: normal } /* Literal.Number.Hex */
.highlight .mi { color: #ae81ff;font-weight: normal } /* Literal.Number.Integer */
.highlight .mo { color: #ae81ff;font-weight: normal } /* Literal.Number.Oct */
.highlight .sb { color: #e6db74;font-weight: normal } /* Literal.String.Backtick */
.highlight .sc { color: #e6db74;font-weight: normal } /* Literal.String.Char */
.highlight .sd { color: #e6db74;font-weight: normal } /* Literal.String.Doc */
.highlight .s2 { color: #e6db74;font-weight: normal } /* Literal.String.Double */
.highlight .se { color: #ae81ff;font-weight: normal } /* Literal.String.Escape */
.highlight .sh { color: #e6db74;font-weight: normal } /* Literal.String.Heredoc */
.highlight .si { color: #e6db74;font-weight: normal } /* Literal.String.Interpol */
.highlight .sx { color: #e6db74;font-weight: normal } /* Literal.String.Other */
.highlight .sr { color: #e6db74;font-weight: normal } /* Literal.String.Regex */
.highlight .s1 { color: #e6db74;font-weight: normal } /* Literal.String.Single */
.highlight .ss { color: #e6db74;font-weight: normal } /* Literal.String.Symbol */
.highlight .bp { color: #f8f8f2;font-weight: normal } /* Name.Builtin.Pseudo */
.highlight .vc { color: #f8f8f2;font-weight: normal } /* Name.Variable.Class */
.highlight .vg { color: #f8f8f2;font-weight: normal } /* Name.Variable.Global */
.highlight .vi { color: #f8f8f2;font-weight: normal } /* Name.Variable.Instance */
.highlight .il { color: #ae81ff;font-weight: normal } /* Literal.Number.Integer.Long */

.highlight .gh {;font-weight: normal } /* Generic Heading & Diff Header */
.highlight .gu { color: #75715e;font-weight: normal } /* Generic.Subheading & Diff Unified/Comment? */
.highlight .gd { color: #f92672;font-weight: normal } /* Generic.Deleted & Diff Deleted */
.highlight .gi { color: #a6e22e;font-weight: normal } /* Generic.Inserted & Diff Inserted */
// .markdown-body hr {
// height: 1px;
// }
//
// .markdown-body .highlight {background-color: #272822; font-weight: normal}
// .highlight pre { background-color: #272822;;font-weight: normal }
// .highlight .hll { background-color: #272822;;font-weight: normal }
// .highlight .c { color: #75715e;font-weight: normal } /* Comment */
// .highlight .err { color: #960050; background-color: #1e0010;font-weight: normal } /* Error */
// .highlight .k { color: #66d9ef;font-weight: normal } /* Keyword */
// .highlight .l { color: #ae81ff;font-weight: normal } /* Literal */
// .highlight .n { color: #f8f8f2;font-weight: normal } /* Name */
// .highlight .o { color: #f92672;font-weight: normal } /* Operator */
// .highlight .p { color: #f8f8f2;font-weight: normal } /* Punctuation */
// .highlight .cm { color: #75715e;font-weight: normal } /* Comment.Multiline */
// .highlight .cp { color: #75715e;font-weight: normal } /* Comment.Preproc */
// .highlight .c1 { color: #75715e;font-weight: normal } /* Comment.Single */
// .highlight .cs { color: #75715e;font-weight: normal } /* Comment.Special */
// .highlight .ge { font-style: italic;font-weight: normal } /* Generic.Emph */
// .highlight .gs { font-weight: bold;font-weight: normal } /* Generic.Strong */
// .highlight .kc { color: #66d9ef;font-weight: normal } /* Keyword.Constant */
// .highlight .kd { color: #66d9ef;font-weight: normal } /* Keyword.Declaration */
// .highlight .kn { color: #f92672;font-weight: normal } /* Keyword.Namespace */
// .highlight .kp { color: #66d9ef;font-weight: normal } /* Keyword.Pseudo */
// .highlight .kr { color: #66d9ef;font-weight: normal } /* Keyword.Reserved */
// .highlight .kt { color: #66d9ef;font-weight: normal } /* Keyword.Type */
// .highlight .ld { color: #e6db74;font-weight: normal } /* Literal.Date */
// .highlight .m { color: #ae81ff;font-weight: normal } /* Literal.Number */
// .highlight .s { color: #e6db74;font-weight: normal } /* Literal.String */
// .highlight .na { color: #a6e22e;font-weight: normal } /* Name.Attribute */
// .highlight .nb { color: #f8f8f2;font-weight: normal } /* Name.Builtin */
// .highlight .nc { color: #a6e22e;font-weight: normal } /* Name.Class */
// .highlight .no { color: #66d9ef;font-weight: normal } /* Name.Constant */
// .highlight .nd { color: #a6e22e;font-weight: normal } /* Name.Decorator */
// .highlight .ni { color: #f8f8f2;font-weight: normal } /* Name.Entity */
// .highlight .ne { color: #a6e22e;font-weight: normal } /* Name.Exception */
// .highlight .nf { color: #a6e22e;font-weight: normal } /* Name.Function */
// .highlight .nl { color: #f8f8f2;font-weight: normal } /* Name.Label */
// .highlight .nn { color: #f8f8f2;font-weight: normal } /* Name.Namespace */
// .highlight .nx { color: #a6e22e;font-weight: normal } /* Name.Other */
// .highlight .py { color: #f8f8f2;font-weight: normal } /* Name.Property */
// .highlight .nt { color: #f92672;font-weight: normal } /* Name.Tag */
// .highlight .nv { color: #f8f8f2;font-weight: normal } /* Name.Variable */
// .highlight .ow { color: #f92672;font-weight: normal } /* Operator.Word */
// .highlight .w { color: #f8f8f2;font-weight: normal } /* Text.Whitespace */
// .highlight .mf { color: #ae81ff;font-weight: normal } /* Literal.Number.Float */
// .highlight .mh { color: #ae81ff;font-weight: normal } /* Literal.Number.Hex */
// .highlight .mi { color: #ae81ff;font-weight: normal } /* Literal.Number.Integer */
// .highlight .mo { color: #ae81ff;font-weight: normal } /* Literal.Number.Oct */
// .highlight .sb { color: #e6db74;font-weight: normal } /* Literal.String.Backtick */
// .highlight .sc { color: #e6db74;font-weight: normal } /* Literal.String.Char */
// .highlight .sd { color: #e6db74;font-weight: normal } /* Literal.String.Doc */
// .highlight .s2 { color: #e6db74;font-weight: normal } /* Literal.String.Double */
// .highlight .se { color: #ae81ff;font-weight: normal } /* Literal.String.Escape */
// .highlight .sh { color: #e6db74;font-weight: normal } /* Literal.String.Heredoc */
// .highlight .si { color: #e6db74;font-weight: normal } /* Literal.String.Interpol */
// .highlight .sx { color: #e6db74;font-weight: normal } /* Literal.String.Other */
// .highlight .sr { color: #e6db74;font-weight: normal } /* Literal.String.Regex */
// .highlight .s1 { color: #e6db74;font-weight: normal } /* Literal.String.Single */
// .highlight .ss { color: #e6db74;font-weight: normal } /* Literal.String.Symbol */
// .highlight .bp { color: #f8f8f2;font-weight: normal } /* Name.Builtin.Pseudo */
// .highlight .vc { color: #f8f8f2;font-weight: normal } /* Name.Variable.Class */
// .highlight .vg { color: #f8f8f2;font-weight: normal } /* Name.Variable.Global */
// .highlight .vi { color: #f8f8f2;font-weight: normal } /* Name.Variable.Instance */
// .highlight .il { color: #ae81ff;font-weight: normal } /* Literal.Number.Integer.Long */
//
// .highlight .gh {;font-weight: normal } /* Generic Heading & Diff Header */
// .highlight .gu { color: #75715e;font-weight: normal } /* Generic.Subheading & Diff Unified/Comment? */
// .highlight .gd { color: #f92672;font-weight: normal } /* Generic.Deleted & Diff Deleted */
// .highlight .gi { color: #a6e22e;font-weight: normal } /* Generic.Inserted & Diff Inserted */

0 comments on commit 91d3cff

Please sign in to comment.