Update style.css

This commit is contained in:
Sam 2023-02-23 18:16:11 +03:00 committed by GitHub
parent e9c42a5ad7
commit 657b983ff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ body::after{
}
.container .calculator span:hover{
transition: 0s;
background: rgba(255, 255, 255, .05);
background: rgba(255, 255, 255, .3);
}
.container .calculator span:active{
background-image: linear-gradient(to right, #845ec2, #965dc0, #a75dbe, #b75cbb, #c55cb7, #d05cb3, #da5dae, #e35fa9, #ec62a3, #f3659d, #fa6a97, #ff6f91); color: #192f00;
@ -91,4 +91,4 @@ body::after{
}
.equal{
background: rgba(255, 255, 255, .05);
}
}