Skip to content

Commit a42736b

Browse files
committed
Merge pull request #2998 from anonymousjaggu/fix-2846
fix for #2846
1 parent d9b8d45 commit a42736b

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)