We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the <style> tag of the <head> element, ESP defines several class-specific CSS properties:
<style>
<head>
.rss-widget a.rss-title {color: rgb(91, 156, 199);}
.rss-widget, .rss-widget a {color: rgb(91, 156, 199);}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the
<style>
tag of the<head>
element, ESP defines several class-specific CSS properties:.rss-widget a.rss-title {color: rgb(91, 156, 199);}
.rss-widget, .rss-widget a {color: rgb(91, 156, 199);}
So be careful if you use the same class names elsewhere in your HTML integration!
The text was updated successfully, but these errors were encountered: