aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets/css/jekyll-theme/shell.css
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 /assets/css/jekyll-theme/shell.css
parentshell: style scrollbars (diff)
downloadjekyll-theme-cca84f6716cdbb8c4702ef1dca61951b84465a9d.tar.gz
jekyll-theme-cca84f6716cdbb8c4702ef1dca61951b84465a9d.zip
move scrollbar styling to scrollbar.css
Diffstat (limited to '')
-rw-r--r--assets/css/jekyll-theme/shell.css18
1 files changed, 0 insertions, 18 deletions
diff --git a/assets/css/jekyll-theme/shell.css b/assets/css/jekyll-theme/shell.css
index e68543b..215d610 100644
--- a/assets/css/jekyll-theme/shell.css
+++ b/assets/css/jekyll-theme/shell.css
@@ -50,21 +50,3 @@
.shell-out {
border-width: 0 0 thin 0;
}
-
-/* Scrollbars. */
-/* Firefox: */
-.shell * {
- scrollbar-width: thin;
- scrollbar-color: #ccc #f0f0f0;
-}
-/* Chrome: */
-.shell *::-webkit-scrollbar {
- width: 4px;
- height: 4px;
-}
-.shell *::-webkit-scrollbar-track {
- background: #f0f0f0;
-}
-.shell *::-webkit-scrollbar-thumb {
- background: #ccc;
-}