From b28fc7410c041cd9a740d107e0356dffc0c0b9d8 Mon Sep 17 00:00:00 2001 From: Mohamed Essam AbuEmira <54208500+mohamedabuemira@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:57:38 +0300 Subject: [PATCH] Update style.css --- assets/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index e26ab24..ef13190 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -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; @@ -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 { @@ -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; }