Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 117b172

Browse files
committed
Update CSS so that link color is $tc-dark-blue-110(#006dea)
1 parent 36ec2a8 commit 117b172

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss",
3333
"test": "npm run lint && npm run jest"
3434
},
35-
"version": "0.5.5",
35+
"version": "0.5.6",
3636
"dependencies": {
3737
"prop-types": "^15.6.2",
3838
"react": "^16.4.1",

src/styles/_mixins/typography.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,13 @@
186186
*/
187187

188188
@mixin tc-typography {
189-
a { color: $tc-dark-blue; }
189+
a { color: $tc-dark-blue-110; }
190190

191191
a:active,
192192
a:focus,
193193
a:visited,
194194
a:hover {
195-
color: $tc-dark-blue;
195+
color: $tc-dark-blue-110;
196196
}
197197

198198
em {

0 commit comments

Comments
 (0)