Skip to content

Commit

Permalink
Fix: Update styles.css to reflect PatternFly v5 syntax changes
Browse files Browse the repository at this point in the history
Signed-off-by: Alaa <>
Signed-off-by: Alaa <alaainamor@gmail.com>
  • Loading branch information
Alaa committed Sep 3, 2024
1 parent 8edf72b commit 1215a92
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
body {
--pf-global--FontFamily--sans-serif: Comic Sans MS;
--pf-global--FontFamily--heading--sans-serif: Comic Sans MS;
:root {
--pf-v5-global--FontFamily--text: Comic Sans MS;
--pf-v5-global--FontFamily--heading: Comic Sans MS;

--pf-global--BackgroundColor--dark-100: #2B9AF3;
--pf-v5-global--BackgroundColor--dark-100: #2B9AF3;

--pf-global--Color--100: #004080;
--pf-v5-global--Color--100: #004080;

}

.pf-c-nav__list .pf-c-nav__link {
--pf-c-nav__list-link--Color: #2B9AF3;
--pf-c-nav__list-link--m-current--Color: #004080;
.pf-v5-c-nav__list .pf-v5-c-nav__link {
--pf-v5-c-nav__list-link--Color: #2B9AF3;
--pf-v5-c-nav__list-link--m-current--Color: #004080;
}

.pf-c-nav__simple-list .pf-c-nav__link {
--pf-c-nav__simple-list-link--Color: #2B9AF3;
--pf-c-nav__simple-list-link--m-current--Color: #004080;
.pf-v5-c-nav__simple-list .pf-v5-c-nav__link {
--pf-v5-c-nav__simple-list-link--Color: #2B9AF3;
--pf-v5-c-nav__simple-list-link--m-current--Color: #004080;
}

0 comments on commit 1215a92

Please sign in to comment.