Skip to content

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy