Skip to content

Commit

Permalink
Add challenge tag styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Whidix committed Mar 31, 2024
1 parent e5a2b44 commit a372d33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions assets/scss/includes/components/_challenge.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
}
}

.challenge-tag {
background-color: #f22c54;
color: #fff;
border-radius: 0;
}

.challenge-button {
box-shadow: 3px 3px 3px #6e193c;
background-color: #6e192a;
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
]
},
"assets/scss/main.scss": {
"file": "assets/main.49478099.css",
"file": "assets/main.0060ab17.css",
"src": "assets/scss/main.scss",
"isEntry": true
}
Expand Down

0 comments on commit a372d33

Please sign in to comment.