Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedabuemira committed Jul 8, 2024
1 parent b28fc74 commit 5c0d17b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ h3 {
.waves-effect.waves-blue .waves-ripple {
/* The alpha value allows the text and background color
of the button to still show through. */
background-color: rgb(113, 75, 103);
background-color: rgba(33, 150, 243, 0.2);
}

.card {
Expand Down Expand Up @@ -414,7 +414,7 @@ h3 {
}

#experience .card-action {
background-color: rgba(49, 39, 39, 3);
background-color: rgba(0, 0, 0, 0.02);
border: none;
}

Expand Down

0 comments on commit 5c0d17b

Please sign in to comment.