From 117b1725b9532b75615af5fd04bcf0f4517b03a5 Mon Sep 17 00:00:00 2001 From: Kiril Kartunov Date: Wed, 17 Oct 2018 10:06:19 +0300 Subject: [PATCH] Update CSS so that link color is $tc-dark-blue-110(#006dea) --- package-lock.json | 2 +- package.json | 2 +- src/styles/_mixins/typography.scss | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ead90ac..2134b70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "topcoder-react-ui-kit", - "version": "0.5.5", + "version": "0.5.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 21a8345..51ac23f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss", "test": "npm run lint && npm run jest" }, - "version": "0.5.5", + "version": "0.5.6", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1", diff --git a/src/styles/_mixins/typography.scss b/src/styles/_mixins/typography.scss index a975077..d7e2ca5 100644 --- a/src/styles/_mixins/typography.scss +++ b/src/styles/_mixins/typography.scss @@ -186,13 +186,13 @@ */ @mixin tc-typography { - a { color: $tc-dark-blue; } + a { color: $tc-dark-blue-110; } a:active, a:focus, a:visited, a:hover { - color: $tc-dark-blue; + color: $tc-dark-blue-110; } em {