Skip to content

Commit

Permalink
color style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
s1gr1d committed Nov 1, 2020
1 parent 72a7405 commit 451a89e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions grid-expample-website/_base.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
box-sizing: border-box;

/* COLORS */
--color-olive: #A5A58D;
--color-olive: #9C9C81;
--color-sand: #DDBEA9;
--color-creme: #F0EFEB;
--color-black: #1D120B;
--color-grey: #7d7d7d;
--color-grey:#7d7d7d;
--color-lavender: #705C6A;
--color-coffee: #3A2D32;
}

*,
Expand Down Expand Up @@ -75,7 +77,6 @@ h1 {
border: none;
border-radius: 1em;
background-color: var(--color-creme);
box-shadow: 0px 0px 20px 0px var(--color-grey);

color: var(--color-black);
text-decoration: none;
Expand Down
2 changes: 1 addition & 1 deletion grid-expample-website/six-cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

.card {
background-color: var(--color-grey);
background-color: var(--color-lavender);

display: grid;
row-gap: 2rem;
Expand Down

0 comments on commit 451a89e

Please sign in to comment.