Open tdefossezbadsender opened 3 years ago
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);}
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!