Skip to content

Commit

Permalink
Merge pull request robertluttig#101 from robertluttig/fontColor
Browse files Browse the repository at this point in the history
Font color
  • Loading branch information
meierj423 authored Aug 24, 2020
2 parents e4990e7 + 7a17e76 commit 8c93fd1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client/src/components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function Footer() {
return (
<footer className="fixed-bottom footer mt-5 py-3">
<div className="uk-flex uk-flex-column pl-5">
<div>
<div className="text-color">
Developed by
</div>

Expand All @@ -29,7 +29,7 @@ function Footer() {
alt="Janani Nagaraj Amutha"
/>
</a>
<div>
<div className="text-color">
Janani
<br />
Nagaraj Amutha
Expand All @@ -47,7 +47,7 @@ function Footer() {
alt="Shelby Anne Rothman"
/>
</a>
<div>
<div className="text-color">
Shelby
<br />
Anne Rothman
Expand All @@ -65,7 +65,7 @@ function Footer() {
alt="Robert Luttig"
/>
</a>
<div>
<div className="text-color">
Robert
<br />
Luttig
Expand All @@ -83,7 +83,7 @@ function Footer() {
alt="Jack Meier"
/>
</a>
<div>
<div className="text-color">
Jack
<br />
Meier
Expand Down
4 changes: 4 additions & 0 deletions client/src/components/Footer/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@
.uk-flex {
display: flex;
}

.text-color{
color: rgb(128, 128, 131);
}

0 comments on commit 8c93fd1

Please sign in to comment.