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

Code tags inside comments #255

Closed
Mottie opened this issue Sep 5, 2015 · 1 comment
Closed

Code tags inside comments #255

Mottie opened this issue Sep 5, 2015 · 1 comment

Comments

@Mottie
Copy link
Member

Mottie commented Sep 5, 2015

/**
 * this function does stuff
 * @memberof plugin
 * @private
 * @param {elementObject} a
 * @param {elementObject} b
 * @returns {number}
 */

I plan to add .pl-c span to all theme definitions. Hopefully this covers other issues with comments that might pop up; e.g.

/* twilight */
.pl-c, .pl-c span {
  color: #5F5A60 !important;
  font-style: italic !important;
}
@silverwind
Copy link
Member

Good find. Already looks okay for me in Twilight, but I think I'd prefer them with font-style: italic at least in Twilight :)

@Mottie Mottie closed this as completed Sep 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants