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.
2 parents a7deae3 + bc37c31 commit 9c0a3e2Copy full SHA for 9c0a3e2
src/app/app.css
@@ -4,11 +4,8 @@ body,
4
height: 100%;
5
}
6
7
-.pf-c-content {
8
- --pf-c-content--small--Color: red;
9
- /* changes all <small> color to red */
10
- --pf-c-content--blockquote--BorderLeftColor: purple;
11
- /* changes all <blockquote> left border color to purple */
12
- --pf-c-content--hr--BackgroundColor: lemonchiffon;
13
- /* changes a <hr> color to lemonchiffon */
14
-}
+.pf-v5-c-content {
+ --pf-v5-c-content--small--Color: red; /* changes all <small> color to red */
+ --pf-v5-c-content--blockquote--BorderLeftColor: purple; /* changes all <blockquote> left border color to purple */
+ --pf-v5-c-content--hr--BackgroundColor: lemonchiffon; /* changes a <hr> color to lemonchiffon */
+}
0 commit comments