Skip to content

Commit 6fc5205

Browse files
committed
feat(suite): add peach color
1 parent b9a714d commit 6fc5205

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/layouts/Layout.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const { title } = Astro.props
3838
--color-primary-purple: #babcd5;
3939
--color-primary-red: #fbe1dd;
4040
--color-primary-blue: #c9d8ef;
41+
--color-primary-peach: #f7dfca;
4142

4243
--color-secondary-black: #373f57;
4344
--color-secondary-yellow: #fffef3;
@@ -46,6 +47,7 @@ const { title } = Astro.props
4647
--color-secondary-purple: #e4e6fc;
4748
--color-secondary-red: #fff6f5;
4849
--color-secondary-blue: #ebf3fe;
50+
--color-secondary-peach: #fdf2e9;
4951

5052
--color-tertiary-green: #1b8043;
5153

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ import { Content as AboutCompetitionContent } from '../content/about-the-competi
185185
.about-competition-box {
186186
display: grid;
187187
justify-content: center;
188-
background-color: var(--color-primary-orange);
188+
background-color: var(--color-primary-peach);
189189
border-top: var(--black-border);
190190
border-bottom: var(--black-border);
191191

@@ -194,7 +194,7 @@ import { Content as AboutCompetitionContent } from '../content/about-the-competi
194194
}
195195

196196
div:first-child {
197-
background-color: var(--color-secondary-orange);
197+
background-color: var(--color-secondary-peach);
198198
padding: 30px 24px;
199199
margin-bottom: 2rem;
200200
}

0 commit comments

Comments
 (0)