summaryrefslogtreecommitdiffstats
path: root/assets/sass/_syntax.scss
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-08 15:17:29 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-08 15:17:29 +0200
commitb4f61294a8865c6279dd55f30dbccf4b11b7167d (patch)
treefd5059afc68a4811f7d3790e73f73eb6dc8cde1f /assets/sass/_syntax.scss
parentb9c2932041d3abbb41e5653bd3cd5c6b4741cdff (diff)
downloadgohugo-theme-ed-b4f61294a8865c6279dd55f30dbccf4b11b7167d.tar.gz
Use spaces for indents
Diffstat (limited to 'assets/sass/_syntax.scss')
-rw-r--r--assets/sass/_syntax.scss62
1 files changed, 31 insertions, 31 deletions
diff --git a/assets/sass/_syntax.scss b/assets/sass/_syntax.scss
index 2a8e49d..403e550 100644
--- a/assets/sass/_syntax.scss
+++ b/assets/sass/_syntax.scss
@@ -71,55 +71,55 @@
/* 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 */