Skip to content

Commit

Permalink
Merge branch 'will/style_tweaks' of https://github.com/open-source-la…
Browse files Browse the repository at this point in the history
…bs/Chronos into will/style_tweaks
  • Loading branch information
williamowen65 committed Mar 10, 2022
2 parents 0d5b034 + d74589a commit 8a451c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/components/Contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Contact = React.memo(() => {
Please feel free to provide any feedback, concerns, or comments.
</p>
<p style={currentMode}>
You can find issues the team is currently working on
You can find issues the team is currently working on{' '}
<a
style={currentMode}
id="issueLink"
Expand Down
5 changes: 3 additions & 2 deletions app/stylesheets/Contact.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,9 @@ input[type='file'] {

#issueLink {
color: $header;
text-decoration: none;
cursor: pointer;
text-decoration: underline;
&:hover {
color: $gblue;
color: blue !important;
}
}

0 comments on commit 8a451c9

Please sign in to comment.