Skip to content

Commit

Permalink
馃敡 FInish skill page
Browse files Browse the repository at this point in the history
Fixes #41
  • Loading branch information
Lurius-Kitsune committed Sep 27, 2023
1 parent f35adae commit cb192e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ body {
margin: 0px auto;
width: 100%;
padding: 15px;
background-color: rgba(0, 174, 255, 0.1);
background-color: rgba(255, 0, 0, 0.1);
border-radius: 10px;
box-shadow: 0px 16px 50px 21px rgba(2,0,255,0.3);
box-shadow: 0px 0px 10px 5px rgba(2,0,255,0.3);
}

.cardbox:nth-child(n + 2) {
Expand Down

0 comments on commit cb192e8

Please sign in to comment.