Update style.css

This commit is contained in:
zylfu 2021-09-12 17:49:27 +02:00 committed by GitHub
parent 8470ce5914
commit db465b91b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ button{
box-shadow: 1px 1px 1px 1px grey; box-shadow: 1px 1px 1px 1px grey;
padding: 20px 40px 20px 40px; padding: 20px 40px 20px 40px;
border-radius: 5px; border-radius: 5px;
box-shadow: 10px 10px 5px #ebeeef; box-shadow: 0px 0px 30px #909da1;
} }
.blocs{ .blocs{
@ -46,4 +46,4 @@ ol{
.active{ .active{
display: block; display: block;
} }