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 cf0a48b commit b28fc74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ h3 {
}

.overlay {
background-color: rgba(0, 0, 0, 0.4);
background-color: rgb(113, 75, 103);
height: 100%;
left: 0;
position: absolute;
Expand All @@ -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: rgba(33, 150, 243, 0.2);
background-color: rgb(113, 75, 103);
}

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

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

Expand Down

0 comments on commit b28fc74

Please sign in to comment.