Skip to content

Commit 9c81ddd

Browse files
committed
integrate feedback
1 parent d84c1e4 commit 9c81ddd

File tree

3 files changed

+112
-171
lines changed

3 files changed

+112
-171
lines changed

src/pages/homepage_styles.module.scss

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

33
.yellowStrip {
44
height: 3px;
5-
background: linear-gradient(to right, transparent, #faff69, transparent);
5+
background: linear-gradient(to right, transparent, #FAFF6A, transparent);
66
width: 100%;
77
}
88

@@ -147,8 +147,8 @@
147147
}
148148

149149
.minimize {
150-
background: #ffbd2e;
151-
background: linear-gradient(135deg, #ffc843, #ffab00);
150+
background: #FAFF6A;
151+
background: linear-gradient(135deg, #FAFF6A, #FAFF6A);
152152
}
153153

154154
.maximize {
@@ -217,7 +217,7 @@
217217
top: 15px;
218218
left: -50px;
219219
width: 135px;
220-
background: #fdff73;
220+
background: #FAFF6A;
221221
color: black;
222222
padding: 8px 16px;
223223
border-radius: 20px;

0 commit comments

Comments
 (0)