Update custom.css

This commit is contained in:
Tara Rostami 2023-05-06 01:09:32 +03:30 committed by GitHub
parent a985317791
commit 8fbe11ec34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,7 +177,6 @@
background-color: #1a212a; background-color: #1a212a;
border-color:rgba(0,0,0,.09); border-color:rgba(0,0,0,.09);
border-radius: 1.5rem; border-radius: 1.5rem;
margin-bottom: 2rem;
} }
.ant-card-dark:hover { .ant-card-dark:hover {
@ -419,11 +418,11 @@
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background: #161b22; background: rgb(179 179 179 / 80%);
border-radius: 100vw; border-radius: 100vw;
border:0.3em solid #323e52 border:0.3em solid #323e52
} }
::-webkit-scrollbar-thumb:hover { ::-webkit-scrollbar-thumb:hover {
background: #11141a66; background: #ffffff;
} }