aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-05 14:18:42 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-05 14:18:42 +0200
commitcca84f6716cdbb8c4702ef1dca61951b84465a9d (patch)
tree1db1ce8c6af568767d33d483bad8c1304ccc3295 /_includes
parentshell: style scrollbars (diff)
downloadjekyll-theme-cca84f6716cdbb8c4702ef1dca61951b84465a9d.tar.gz
jekyll-theme-cca84f6716cdbb8c4702ef1dca61951b84465a9d.zip
move scrollbar styling to scrollbar.css
Diffstat (limited to '_includes')
-rw-r--r--_includes/jekyll-theme/shell.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/jekyll-theme/shell.html b/_includes/jekyll-theme/shell.html
index 9b7ed4d..7fa0838 100644
--- a/_includes/jekyll-theme/shell.html
+++ b/_includes/jekyll-theme/shell.html
@@ -15,7 +15,7 @@
{% endfor %}
{% assign cmd = new_cmd %}
{% assign cmd = cmd | join: '' %}
-<div>
+<div class='pretty-scrollbar'>
<pre class="shell-mark">$</pre><pre class="shell-cmd">{{ cmd }}</pre>
</div>
{% if include.out %}