diff --git a/src/app/App.scss b/src/app/App.scss index 8dfa91fa..c1e582b1 100644 --- a/src/app/App.scss +++ b/src/app/App.scss @@ -47,16 +47,25 @@ min-height: 500px; } - .pf-v5-c-card__body { - display: flex; - flex-direction: column; - .apid-tags__main { - margin-top: auto; - padding-top: var(--pf-v5-global--spacer--sm); + .pf-v5-c-card { + --pf-v5-c-card--m-selectable-raised--hover--before--BackgroundColor: none; + &__header { + background: var(--pf-v5-global--BackgroundColor--150); } svg { - width: 38px; - height: 38px; + width: 28px; + } + &__body { + display: flex; + flex-direction: column; + .apid-tags__main { + margin-top: auto; + padding-top: var(--pf-v5-global--spacer--sm); + } + svg { + width: 38px; + height: 38px; + } } } } diff --git a/src/app/page.tsx b/src/app/page.tsx index 94d6536e..c83cdbcf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,14 +129,14 @@ export default function Home() { - - + +