Skip to content

Commit

Permalink
feat(curtana): more specific decoration color
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Dec 28, 2016
1 parent 9cdf6d1 commit 4c6f164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _app/assets/themes/curtana/_less/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ body:hover .latest {
// More info: http://caniuse.com/#feat=css-has
// Date: Dec 10, 2016, 5:59 PM
&:has(>code) {
color: @code-color;
text-decoration-color: @code-color;
}
}

Expand Down

0 comments on commit 4c6f164

Please sign in to comment.