Skip to content

Commit

Permalink
style: increase background opacity of pills
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor-Bernard committed Sep 14, 2024
1 parent d966e80 commit 11fabf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/assets/css/itemList.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
.pill{
padding:5px 8px;
color:var(--tertiary-pink);
background-color: rgba(211, 112, 219, 0.15);
background-color: rgba(211, 112, 219, 0.3);
border-radius:10px;
}

Expand Down
2 changes: 1 addition & 1 deletion public/assets/css/portfolio.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
.language{
padding:5px 8px;
color:var(--tertiary-pink);
background-color: rgba(211, 112, 219, 0.15);
background-color: rgba(211, 112, 219, 0.2);
border-radius:10px;
}

Expand Down

0 comments on commit 11fabf1

Please sign in to comment.