Skip to content

Commit 6be61ca

Browse files
authored
Merge pull request #2998 from anonymousjaggu/fix-2846
fix for #2846
2 parents d453343 + 525106c commit 6be61ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared/components/SubmissionPage/Submit/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646

4747
a {
48-
color: #1f7be7;
48+
color: $tc-dark-blue-110;
4949
cursor: pointer;
5050
}
5151

@@ -163,7 +163,7 @@
163163
}
164164

165165
a {
166-
color: #1a85ff;
166+
color: $tc-dark-blue-110;
167167
}
168168

169169
.tc-checkbox-label {

0 commit comments

Comments
 (0)