diff --git a/about us.css b/about us.css index 86256818..53d570b6 100644 --- a/about us.css +++ b/about us.css @@ -17,6 +17,34 @@ body { background-size: cover; */ } +::-webkit-scrollbar { + width: 10px; + background-color: #F5F5F5; +} + +::-webkit-scrollbar-track { + -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); + background-color: #F5F5F5; +} + +::-webkit-scrollbar-thumb { + background-color: #f1c11a; + background-image: -webkit-linear-gradient(45deg, + rgba(255, 255, 255, .2) 25%, + transparent 25%, + transparent 50%, + rgba(255, 255, 255, .2) 50%, + rgba(255, 255, 255, .2) 75%, + transparent 75%, + transparent); + border-radius: 10px; +} + +::-webkit-scrollbar-thumb:hover { + background-color: #d1a10a; +} + + @keyframes fadeIn { 0% { opacity: 0; diff --git a/index.html b/index.html index 6a63a5b8..bbffe36e 100644 --- a/index.html +++ b/index.html @@ -1211,7 +1211,7 @@