Skip to content

Commit

Permalink
Footer contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdredmon committed Apr 21, 2024
1 parent ae2df47 commit 57c3d0f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Binary file added web/public/img/ghmark_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion web/src/components/Layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Layout = props => {
</div>
<div className={styles.viewSource}>
<a href="https://github.com/alexdredmon/notchbegone" target="_blank" rel="noreferrer">
<img src="img/ghmark.png" className={styles.ghmark} alt="GitHub" />
<img src="img/ghmark_dark.png" className={styles.ghmark} alt="GitHub" />
View source
</a>
</div>
Expand Down
6 changes: 4 additions & 2 deletions web/src/components/Layout/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@ body {
.ghmark {
margin-right: 5px;
width: 18px;
position: relative;
top: 2px;
}
.madeBy a, .viewSource a {
color: #86d6df !important;
color: #04414a !important;
font-family: "Bebas Neue";
text-decoration: none;
font-size: 20px;
}
.footer {
width: calc(100vw - 45px);
width: calc(100vw - 50px);
display: flex;
flex-direction: row;
align-items: center;
Expand Down

0 comments on commit 57c3d0f

Please sign in to comment.