diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-05 14:18:42 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-05 14:18:42 +0200 |
commit | cca84f6716cdbb8c4702ef1dca61951b84465a9d (patch) | |
tree | 1db1ce8c6af568767d33d483bad8c1304ccc3295 /_includes | |
parent | shell: style scrollbars (diff) | |
download | jekyll-theme-cca84f6716cdbb8c4702ef1dca61951b84465a9d.tar.gz jekyll-theme-cca84f6716cdbb8c4702ef1dca61951b84465a9d.zip |
move scrollbar styling to scrollbar.css
Diffstat (limited to '')
-rw-r--r-- | _includes/jekyll-theme/shell.html | 2 |
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 %} |