diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-25 23:22:54 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-25 23:22:54 +0200 |
| commit | 5e2c7e6b0ebbe51933cb0beda3c58403cf283e25 (patch) | |
| tree | c04c9da850dfd95916d36052e242ef6495ea8ad6 /assets/sass/_syntax.scss | |
| parent | 4429330405faef8c8fc51baae6b60ff66f5c4ed1 (diff) | |
| download | gohugo-theme-ed-5e2c7e6b0ebbe51933cb0beda3c58403cf283e25.tar.gz | |
Fix indents
Diffstat (limited to 'assets/sass/_syntax.scss')
| -rw-r--r-- | assets/sass/_syntax.scss | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/assets/sass/_syntax.scss b/assets/sass/_syntax.scss index 9797024..adc48ff 100644 --- a/assets/sass/_syntax.scss +++ b/assets/sass/_syntax.scss @@ -69,62 +69,62 @@ /* Code */ code, pre { - font-family: Menlo, Monaco, "Courier New", monospace; + font-family: Menlo, Monaco, "Courier New", monospace; } code { - padding: .25em .5em; - font-size: 85%; - color: #bf616a; - background-color: #f9f9f9; - border-radius: 3px; + padding: .25em .5em; + font-size: 85%; + color: #bf616a; + background-color: #f9f9f9; + border-radius: 3px; } pre { - display: block; - margin-top: 0; - margin-bottom: 1rem; - padding: 1rem; - font-size: .8rem; - line-height: 1.4; - white-space: pre; - white-space: pre-wrap; - word-break: break-all; - word-wrap: break-word; - background-color: #f9f9f9; + display: block; + margin-top: 0; + margin-bottom: 1rem; + padding: 1rem; + font-size: .8rem; + line-height: 1.4; + white-space: pre; + white-space: pre-wrap; + word-break: break-all; + word-wrap: break-word; + background-color: #f9f9f9; } pre code { - padding: 0; - font-size: 100%; - color: inherit; - background-color: transparent; + padding: 0; + font-size: 100%; + color: inherit; + background-color: transparent; } /* Gist via GitHub Pages */ .gist .gist-file { - font-family: Menlo, Monaco, "Courier New", monospace !important; + font-family: Menlo, Monaco, "Courier New", monospace !important; } .gist .markdown-body { - padding: 15px; + padding: 15px; } .gist pre { - padding: 0; - background-color: transparent; + padding: 0; + background-color: transparent; } .gist .gist-file .gist-data { - font-size: .8rem !important; - line-height: 1.4; + font-size: .8rem !important; + line-height: 1.4; } .gist code { - padding: 0; - color: inherit; - background-color: transparent; - border-radius: 0; + padding: 0; + color: inherit; + background-color: transparent; + border-radius: 0; } /* Pygments via Jekyll */ .highlight { - margin-bottom: 1rem; - border-radius: 4px; + margin-bottom: 1rem; + border-radius: 4px; } .highlight pre { - margin-bottom: 0; + margin-bottom: 0; } |
