diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-08 18:53:43 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-08 18:53:43 +0200 |
| commit | 112d1281fec02158687e7d4761ebc4406ff3241f (patch) | |
| tree | 89382c6ff00bf57564d05a23d026cddd3283ca18 | |
| parent | b29419c9c72bbc2d605addabf0dfd84a7f41b88b (diff) | |
| download | gohugo-theme-ed-112d1281fec02158687e7d4761ebc4406ff3241f.tar.gz | |
Cleanup syntax.scss
| -rw-r--r-- | assets/sass/_syntax.scss | 102 | ||||
| -rw-r--r-- | resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content | 32 |
2 files changed, 12 insertions, 122 deletions
diff --git a/assets/sass/_syntax.scss b/assets/sass/_syntax.scss index 403e550..7d208e6 100644 --- a/assets/sass/_syntax.scss +++ b/assets/sass/_syntax.scss @@ -1,71 +1,3 @@ -// TODO: Remove this file? -// -// .highlight .hll { background-color: #ffc; } -// .highlight .c { color: #999; } /* Comment */ -// .highlight .err { color: #a00; background-color: #faa } /* Error */ -// .highlight .k { color: #069; } /* Keyword */ -// .highlight .o { color: #555 } /* Operator */ -// .highlight .cm { color: #09f; font-style: italic } /* Comment.Multiline */ -// .highlight .cp { color: #099 } /* Comment.Preproc */ -// .highlight .c1 { color: #999; } /* Comment.Single */ -// .highlight .cs { color: #999; } /* Comment.Special */ -// .highlight .gd { background-color: #fcc; border: 1px solid #c00 } /* Generic.Deleted */ -// .highlight .ge { font-style: italic } /* Generic.Emph */ -// .highlight .gr { color: #f00 } /* Generic.Error */ -// .highlight .gh { color: #030; } /* Generic.Heading */ -// .highlight .gi { background-color: #cfc; border: 1px solid #0c0 } /* Generic.Inserted */ -// .highlight .go { color: #aaa } /* Generic.Output */ -// .highlight .gp { color: #009; } /* Generic.Prompt */ -// .highlight .gs { } /* Generic.Strong */ -// .highlight .gu { color: #030; } /* Generic.Subheading */ -// .highlight .gt { color: #9c6 } /* Generic.Traceback */ -// .highlight .kc { color: #069; } /* Keyword.Constant */ -// .highlight .kd { color: #069; } /* Keyword.Declaration */ -// .highlight .kn { color: #069; } /* Keyword.Namespace */ -// .highlight .kp { color: #069 } /* Keyword.Pseudo */ -// .highlight .kr { color: #069; } /* Keyword.Reserved */ -// .highlight .kt { color: #078; } /* Keyword.Type */ -// .highlight .m { color: #f60 } /* Literal.Number */ -// .highlight .s { color: #d44950 } /* Literal.String */ -// .highlight .na { color: #4f9fcf } /* Name.Attribute */ -// .highlight .nb { color: #366 } /* Name.Builtin */ -// .highlight .nc { color: #0a8; } /* Name.Class */ -// .highlight .no { color: #360 } /* Name.Constant */ -// .highlight .nd { color: #99f } /* Name.Decorator */ -// .highlight .ni { color: #999; } /* Name.Entity */ -// .highlight .ne { color: #c00; } /* Name.Exception */ -// .highlight .nf { color: #c0f } /* Name.Function */ -// .highlight .nl { color: #99f } /* Name.Label */ -// .highlight .nn { color: #0cf; } /* Name.Namespace */ -// .highlight .nt { color: #2f6f9f; } /* Name.Tag */ -// .highlight .nv { color: #033 } /* Name.Variable */ -// .highlight .ow { color: #000; } /* Operator.Word */ -// .highlight .w { color: #bbb } /* Text.Whitespace */ -// .highlight .mf { color: #f60 } /* Literal.Number.Float */ -// .highlight .mh { color: #f60 } /* Literal.Number.Hex */ -// .highlight .mi { color: #f60 } /* Literal.Number.Integer */ -// .highlight .mo { color: #f60 } /* Literal.Number.Oct */ -// .highlight .sb { color: #c30 } /* Literal.String.Backtick */ -// .highlight .sc { color: #c30 } /* Literal.String.Char */ -// .highlight .sd { color: #c30; font-style: italic } /* Literal.String.Doc */ -// .highlight .s2 { color: #c30 } /* Literal.String.Double */ -// .highlight .se { color: #c30; } /* Literal.String.Escape */ -// .highlight .sh { color: #c30 } /* Literal.String.Heredoc */ -// .highlight .si { color: #a00 } /* Literal.String.Interpol */ -// .highlight .sx { color: #c30 } /* Literal.String.Other */ -// .highlight .sr { color: #3aa } /* Literal.String.Regex */ -// .highlight .s1 { color: #c30 } /* Literal.String.Single */ -// .highlight .ss { color: #fc3 } /* Literal.String.Symbol */ -// .highlight .bp { color: #366 } /* Name.Builtin.Pseudo */ -// .highlight .vc { color: #033 } /* Name.Variable.Class */ -// .highlight .vg { color: #033 } /* Name.Variable.Global */ -// .highlight .vi { color: #033 } /* Name.Variable.Instance */ -// .highlight .il { color: #f60 } /* Literal.Number.Integer.Long */ - -.css .o, -.css .o + .nt, -.css .nt + .nt { color: #999; } - /* Transferred from poole.css */ /* Code */ @@ -100,33 +32,11 @@ pre code { background-color: transparent; } -/* Gist via GitHub Pages */ -.gist .gist-file { - font-family: Menlo, Monaco, "Courier New", monospace !important; -} -.gist .markdown-body { - padding: 15px; -} -.gist pre { - padding: 0; - background-color: transparent; +/* Pygments via Hugo */ +.highlight { + margin-bottom: 1rem; + border-radius: 4px; } -.gist .gist-file .gist-data { - font-size: .8rem !important; - line-height: 1.4; -} -.gist code { - padding: 0; - color: inherit; - background-color: transparent; - border-radius: 0; +.highlight pre { + margin-bottom: 0; } - -/* Pygments via Jekyll */ -// .highlight { -// margin-bottom: 1rem; -// border-radius: 4px; -// } -// .highlight pre { -// margin-bottom: 0; -// } diff --git a/resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content b/resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content index e473e05..a2e1488 100644 --- a/resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content +++ b/resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content @@ -669,11 +669,6 @@ li.prose-indent { .theme-base-brown .related-posts li a:hover { color: #8f5536; } -.css .o, -.css .o + .nt, -.css .nt + .nt { - color: #999; } - /* Transferred from poole.css */ /* Code */ code, @@ -706,25 +701,10 @@ pre code { color: inherit; background-color: transparent; } -/* Gist via GitHub Pages */ -.gist .gist-file { - font-family: Menlo, Monaco, "Courier New", monospace !important; } - -.gist .markdown-body { - padding: 15px; } - -.gist pre { - padding: 0; - background-color: transparent; } - -.gist .gist-file .gist-data { - font-size: .8rem !important; - line-height: 1.4; } - -.gist code { - padding: 0; - color: inherit; - background-color: transparent; - border-radius: 0; } +/* Pygments via Hugo */ +.highlight { + margin-bottom: 1rem; + border-radius: 4px; } -/* Pygments via Jekyll */ +.highlight pre { + margin-bottom: 0; } |
