diff --git a/public/css/home.css b/public/css/home.css index fbb2a1b..e71b5b1 100644 --- a/public/css/home.css +++ b/public/css/home.css @@ -345,4 +345,21 @@ body { max-width: 780px; } + + .post .content::-webkit-scrollbar-track + { + -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); + background-color: #F5F5F5; + } + + .post .content::-webkit-scrollbar + { + width: 6px; + background-color: #F5F5F5; + } + + .post .content::-webkit-scrollbar-thumb + { + background-color: #000000; + } } \ No newline at end of file diff --git a/public/css/myBlogs.css b/public/css/myBlogs.css index fbb2a1b..e71b5b1 100644 --- a/public/css/myBlogs.css +++ b/public/css/myBlogs.css @@ -345,4 +345,21 @@ body { max-width: 780px; } + + .post .content::-webkit-scrollbar-track + { + -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); + background-color: #F5F5F5; + } + + .post .content::-webkit-scrollbar + { + width: 6px; + background-color: #F5F5F5; + } + + .post .content::-webkit-scrollbar-thumb + { + background-color: #000000; + } } \ No newline at end of file