Skip to content

Commit

Permalink
updated box-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
Binu42 committed May 21, 2020
1 parent d131207 commit 3ab5ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,11 @@ code {
}

.dark-mode .box-shadow-lift {
box-shadow: #c0c0c031 inset 0 7px 25px 0 !important;
box-shadow: -1px -1px 1px 0 #ffffff3b, 1px 1px 1px 0 #0808088e !important;
}

.dark-mode .button-special:hover {
box-shadow: #94949455 inset 0 30px 60px -12px !important;
box-shadow: inset 2px 2px 5px #ffffff3b, inset -3px -3px 7px #0808088e !important;
}

.dark-mode #markdown a {
Expand Down

0 comments on commit 3ab5ec5

Please sign in to comment.