Skip to content

Commit e13f0c1

Browse files
committed
revert: reverting background colors
Changing the background colors back to green and blue, just darker shades to maintain the appropriate color constrast ratio.
1 parent a3a759b commit e13f0c1

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.App {
22
/* height: 500px; */
3-
background-color: #1E685B;
3+
background-color: #0054B5;
44
text-align: center;
55
display: flex;
66
justify-content: center;

src/components/LinkButton/LinkButton.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
border-radius: 2px;
1010
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
1111

12-
background-color: #CC2E88;
12+
background-color: #0A680D;
1313
color: #fff;
1414

1515
-webkit-transition: background-color 0.3s;

src/components/Navbar/Navbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.topnav {
2-
background-color:#1E685B;
2+
background-color: #0054B5;
33
overflow: hidden;
44
text-align: right;
55
}

src/components/ProjectList/css/cards-container.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
overflow: hidden;
88
}
99

10+
.filter-placeholder-text {
11+
color: #757575;
12+
}
13+
1014
@media screen and (max-width: 500px) {
1115
.containerLayout{
1216
padding: 15px;

0 commit comments

Comments
 (0)