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

Change style of link optionally #519

Closed
talha131 opened this issue Oct 13, 2019 · 1 comment
Closed

Change style of link optionally #519

talha131 opened this issue Oct 13, 2019 · 1 comment

Comments

@talha131
Copy link
Member

Elegant uses a muted style for the hyperlinks. It makes sense for long-form articles. But sometimes, you want to bring attention to the link.

  1. Add CSS class for non-muted links. User can use it with Markdown Attribute List extension.
  2. Add a template that user can use. Help. All the links in the article will be non muted.

For 2, we will have to split link CSS into two files.

Default templates will include muted-link.css. The custom template will not include it.

@talha131 talha131 added this to the 2019 - Q4 milestone Oct 13, 2019
talha131 added a commit that referenced this issue Dec 2, 2019
BREAKING CHANGE: Style of muted links have been changed slightly. It is
still muted but has modern animation.

fix: #533
fix: #519
talha131 pushed a commit that referenced this issue Dec 2, 2019
# [5.0.0](V4.0.0...V5.0.0) (2019-12-02)

### Bug Fixes

* **css:** linter warning ([a5f5c81](a5f5c81))
* **page:** social profiles appear in the sidebar ([c17077c](c17077c)), closes [#534](#534)
* **social:** reduce icon size in the sidebar ([4e0dc41](4e0dc41)), closes [#490](#490)
* **typography:** adjust heading sizes and set small font-style to italic ([d3bbf04](d3bbf04))
* **typography:** remove border from headings in archive page ([817bea8](817bea8))

### Features

* **blockquote:** improve blockquote look ([068d50a](068d50a))
* **border:** change border radius of tags and code blocks to match rest of the theme ([5d0285f](5d0285f)), closes [#521](#521)
* **border:** have consistent border radius ([7307467](7307467)), closes [#521](#521)
* **code-block:** minor refine code-block style ([2ba2232](2ba2232))
* **css:** use PostCSS for processing CSS files ([2b88865](2b88865)), closes [#354](#354)
* **links:** add new style and improve existing style for hyperlinks ([87fd3d3](87fd3d3)), closes [#533](#533) [#519](#519)
* **permalink:** improve permalink look ([8059ca8](8059ca8))
* **security:** use rel="noopener noreferrer" with all target="_blank" ([4c843e9](4c843e9))
* **typography:** code inside heading is consistently 80% of the size ([7180b49](7180b49)), closes [#508](#508)
* **typography:** headings sizes and other properties are consistent ([afa99ab](afa99ab)), closes [#508](#508) [#521](#521)
* **typography:** use darker color for article heading and increase border size ([1922075](1922075))

### BREAKING CHANGES

* **links:** Style of muted links have been changed slightly. It is
still muted but has modern animation.
@talha131
Copy link
Member Author

talha131 commented Dec 2, 2019

🎉 This issue has been resolved in version 5.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant