Skip to content

Commit 49c0699

Browse files
committed
change quote and slide components to use purple color
1 parent f07f60f commit 49c0699

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets-src/styles/sass/50-core-components/_quotes.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
.component--quote {
66
@include txt-saturn;
7-
color: $deep-blue;
7+
color: $purple;
88
font-weight: bold;
99
margin-inline-end: 0;
1010
margin-inline-start: rem(10);
1111
padding: rem(20);
1212
position: relative;
1313

1414
&::before {
15-
background-color: $deep-blue;
15+
background-color: $purple;
1616
border-radius: rem(5);
1717
left: rem(-10);
1818
width: rem(10);

assets-src/styles/sass/50-core-components/_slide.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141

4242
&::before {
43-
background-color: $deep-blue;
43+
background-color: $purple;
4444
border-radius: rem(5);
4545
content: '';
4646
height: 100%;

0 commit comments

Comments
 (0)