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 /assets/css/jekyll-theme.css | |
parent | shell: style scrollbars (diff) | |
download | jekyll-theme-cca84f6716cdbb8c4702ef1dca61951b84465a9d.tar.gz jekyll-theme-cca84f6716cdbb8c4702ef1dca61951b84465a9d.zip |
move scrollbar styling to scrollbar.css
Diffstat (limited to 'assets/css/jekyll-theme.css')
-rw-r--r-- | assets/css/jekyll-theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/jekyll-theme.css b/assets/css/jekyll-theme.css index 5491dcb..79fde65 100644 --- a/assets/css/jekyll-theme.css +++ b/assets/css/jekyll-theme.css @@ -1,6 +1,7 @@ @import 'jekyll-theme/fix_bootstrap.css'; @import 'jekyll-theme/footer.css'; @import 'jekyll-theme/posts.css'; +@import 'jekyll-theme/scrollbar.css'; @import 'jekyll-theme/shell.css'; @import 'jekyll-theme/snippets.css'; @import 'jekyll-theme/syntax.css'; |