Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ShMuhammad committed Mar 23, 2024
1 parent d67823f commit b602b3d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
:root {
--homePage-color1: #FF7AAE;
--homePage-color2: #E28FDB;
--homePage-color3: #00C9C3;
--homePage-color4: #7FD1AE;

--background-color: #D1C7C7;
--bg-shade1-color: #aca4a8;
--bg-shade2-color: #827984;

--light-cyan-color: #709DA1;
--light-orange-color: #D1B293;

--ok-button-color: #82E79E;
--button-color: #E78282;
}

body{
background-color: var(--background-color);
}

0 comments on commit b602b3d

Please sign in to comment.