Adjust badge box shadow

This commit is contained in:
John O'Nolan 2020-07-17 13:43:26 +07:00 committed by GitHub
parent 93b0da8c27
commit 1fc17dd521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ a.gh-powered:hover {
color: #383838;
background: #fff;
border-radius: 5px;
box-shadow: 0 0 0 1px rgba(0,0,0,.08),0 1px 3px rgba(0,0,0,.06);
box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);
cursor: pointer;
}