We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38df0ea commit 8faa6d8Copy full SHA for 8faa6d8
src/app/app.css
@@ -2,6 +2,8 @@ html, body, #root {
2
height: 100%;
3
}
4
5
-.pf-c-content small {
6
- --pf-c-content--small--Color: red;
+.pf-c-content {
+ --pf-c-content--small--Color: red; /* changes all <small> color to red */
7
+ --pf-c-content--blockquote--BorderLeftColor: purple; /* changes all <blockquote> left border color to purple */
8
+ --pf-c-content--hr--BackgroundColor: lemonchiffon; /* changes a <hr> color to lemonchiffon */
9
0 commit comments