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

Make highlighting bold #1045

Merged
merged 1 commit into from
Feb 23, 2020
Merged

Conversation

Tejas2805
Copy link
Contributor

@Tejas2805 Tejas2805 commented Feb 17, 2020

What is the purpose of this pull request? (put "X" next to an item, remove the rest)

• [X] Enhancement to an existing feature

Fixes #344

What is the rationale for this request?

The current highlight style is too light. Tweak it to make it stronger so that
it becomes more visible

What changes did you make? (Give an overview)

Changed color of highlighted text to #ff0

Provide some example code that this change will affect:

mark {
    background-color: #ff0;
    border-radius: 5px;
    padding-top: 0;
    padding-bottom: 0;
}

Is there anything you'd like reviewers to focus on?

N.A.

Testing instructions:

Can check this in Netlify preview

Proposed commit message: (wrap lines at 72 characters)

@damithc damithc removed their request for review February 17, 2020 10:03
@damithc
Copy link
Contributor

damithc commented Feb 17, 2020

I'm OK with the color.

Copy link
Contributor

@nbriannl nbriannl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A simple CSS change. LGTM.

@Tejas2805
Copy link
Contributor Author

Hi, any update required for this?

@marvinchin
Copy link
Contributor

@Tejas2805 no, it should be good 🙂we will be merging it in shortly.

@yamgent yamgent changed the title make highlighting bold Make highlighting bold Feb 23, 2020
@yamgent yamgent added this to the v2.10.1 milestone Feb 23, 2020
@yamgent yamgent merged commit b1556eb into MarkBind:master Feb 23, 2020
Tejas2805 added a commit to Tejas2805/markbind that referenced this pull request Feb 27, 2020
* 'master' of https://github.com/MarkBind/markbind:
  Update tests
  Allow using 'none' footer attribute in frontmatter (MarkBind#1002)
  Support line numbers for code blocks (MarkBind#991)
  2.11.0
  Update test files due to changes in PR MarkBind#982
  Update vue-strap version to v2.0.1-markbind.36
  Make highlighting bold (MarkBind#1045)
  Support markdown for header attr in dropdown (MarkBind#1029)
  Add '_site' to the ignored folders in site.json (MarkBind#1046)
  Use path.join instead of string interpolation (MarkBind#1052)
  Implement box markdown header attributes parsing (MarkBind#1025)
  Make the position of top navbar fixed (MarkBind#982)
  Exclude *.md files from being copied over on build (MarkBind#1010)

# Conflicts:
#	docs/css/main.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tweak formatting of highlighting
5 participants