Skip to content

Commit

Permalink
Merge branch 'chore/162-pf5' into v5_upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 authored Aug 22, 2023
2 parents a7deae3 + bc37c31 commit 9c0a3e2
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/app/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ body,
height: 100%;
}

.pf-c-content {
--pf-c-content--small--Color: red;
/* changes all <small> color to red */
--pf-c-content--blockquote--BorderLeftColor: purple;
/* changes all <blockquote> left border color to purple */
--pf-c-content--hr--BackgroundColor: lemonchiffon;
/* changes a <hr> color to lemonchiffon */
}
.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 comments on commit 9c0a3e2

Please sign in to comment.