Skip to content

Commit

Permalink
Update background color in category box and title to fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan2917 committed Dec 8, 2023
1 parent 50e902d commit 2bb1fa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/web/src/pages/Pathway.vue
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ export default {
.categoryBox {
text-align: center;
border: 0 !important;
background-color: transparent !important;
display: flex;
flex-direction: column;
align-items: center;
Expand All @@ -328,6 +329,7 @@ export default {
.category-title {
color: hsl(211, 100%, 60%);
margin-bottom: 10px;
background-color: transparent !important;
}
.button {
Expand Down

0 comments on commit 2bb1fa8

Please sign in to comment.