Skip to content

Commit 7079a53

Browse files
hormesielamiller-gh
authored andcommitted
fix: Fixed color values in website homepage's demo (#205).
1 parent f064462 commit 7079a53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/@css-blocks/website/src/pages/Home/components/CodeDemo/demos/compile.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const data: Data = {
1616
1717
.button--inverse {
1818
background-color: white;
19-
color: #2e184a;
19+
color: #ed2651;
2020
}
2121
2222
.button--size-small {

packages/@css-blocks/website/src/pages/Home/components/CodeDemo/demos/optimize.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const data: Data = {
1717
1818
.c {
1919
background-color: white;
20-
color: #2e184a;
20+
color: #ed2651;
2121
}
2222
2323
.d {

0 commit comments

Comments
 (0)