Skip to content

Commit 8a451c9

Browse files
committed
Merge branch 'will/style_tweaks' of https://github.com/open-source-labs/Chronos into will/style_tweaks
2 parents 0d5b034 + d74589a commit 8a451c9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/components/Contact.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const Contact = React.memo(() => {
2121
Please feel free to provide any feedback, concerns, or comments.
2222
</p>
2323
<p style={currentMode}>
24-
You can find issues the team is currently working on
24+
You can find issues the team is currently working on{' '}
2525
<a
2626
style={currentMode}
2727
id="issueLink"

app/stylesheets/Contact.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,9 @@ input[type='file'] {
155155

156156
#issueLink {
157157
color: $header;
158-
text-decoration: none;
158+
cursor: pointer;
159+
text-decoration: underline;
159160
&:hover {
160-
color: $gblue;
161+
color: blue !important;
161162
}
162163
}

0 commit comments

Comments
 (0)