Skip to content

Commit 9c0a3e2

Browse files
authored
Merge branch 'chore/162-pf5' into v5_upgrade
2 parents a7deae3 + bc37c31 commit 9c0a3e2

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

src/app/app.css

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@ body,
44
height: 100%;
55
}
66

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-
}
7+
.pf-v5-c-content {
8+
--pf-v5-c-content--small--Color: red; /* changes all <small> color to red */
9+
--pf-v5-c-content--blockquote--BorderLeftColor: purple; /* changes all <blockquote> left border color to purple */
10+
--pf-v5-c-content--hr--BackgroundColor: lemonchiffon; /* changes a <hr> color to lemonchiffon */
11+
}

0 commit comments

Comments
 (0)