Skip to content

Commit cf5fb7c

Browse files
committed
Remove transition from card heading links
1 parent 3d7860a commit cf5fb7c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

css/application.css

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

css/complete.css

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

src/scss/common/_formatting.scss

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ article {
3838
:is(h1, h2, h3, h4, h5, h6) {
3939
a {
4040
color: var(--heading-link);
41-
transition: color var(--transition-duration);
4241

4342
&:hover {
4443
color: var(--heading-link-hover);

0 commit comments

Comments
 (0)