Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes link decoration in cards and page navigation #35

Merged
merged 1 commit into from Feb 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions asset/sass/blocks/_card.scss
Expand Up @@ -2,6 +2,13 @@
border-top: 2px solid var(--primary-color);
transition: all 0.15s ease-out;

a {
&:link,
&:visited {
text-decoration: none;
}
}

> a {
flex-grow: 1;

Expand Down
7 changes: 6 additions & 1 deletion asset/sass/blocks/_page-nav.scss
Expand Up @@ -28,8 +28,13 @@
border: none;
color: lighten($body-color, 15%);

&:link,
&:visited {
text-decoration: none !important;
}

&:hover {
text-decoration: none;
text-decoration: underline;
color: $link-color;
}
}
Expand Down
2 changes: 1 addition & 1 deletion css/styles.css

Large diffs are not rendered by default.