Skip to content

Commit 8faa6d8

Browse files
committed
update custom CSS
1 parent 38df0ea commit 8faa6d8

File tree

2 files changed

+13874
-2
lines changed

2 files changed

+13874
-2
lines changed

src/app/app.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ html, body, #root {
22
height: 100%;
33
}
44

5-
.pf-c-content small {
6-
--pf-c-content--small--Color: red;
5+
.pf-c-content {
6+
--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 */
79
}

0 commit comments

Comments
 (0)