-
Notifications
You must be signed in to change notification settings - Fork 988
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Update styles.css to reflect PatternFly v5 syntax changes
Signed-off-by: Alaa <> Signed-off-by: Alaa <[email protected]>
- Loading branch information
Alaa
committed
Sep 3, 2024
1 parent
8edf72b
commit 1215a92
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
22 changes: 11 additions & 11 deletions
22
...nd-account-console/src/main/resources/theme/keycloak-man/account/resources/css/styles.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |