Skip to content

Commit

Permalink
fix(tools): dev server icon and colours
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Mar 31, 2024
1 parent 7a7eafc commit 5f1f462
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .changeset/deep-mammals-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
"@patternfly/pfe-tools": patch
---
Dev Server: update icon and theme colours
4 changes: 2 additions & 2 deletions tools/pfe-tools/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export interface PfeConfig {

const SITE_DEFAULTS: Required<SiteOptions> = {
description: 'PatternFly Elements: A set of community-created web components based on PatternFly design.',
favicon: '/docs/images/favicon.ico',
logoUrl: '/docs/images/pf-logo-small.svg',
favicon: '/docs/images/logo/pf-logo-small.svg',
logoUrl: '/docs/images/logo/pf-logo-small.svg',
stylesheets: [],
title: 'PatternFly Elements',
componentSubpath: 'components',
Expand Down
3 changes: 1 addition & 2 deletions tools/pfe-tools/dev-server/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ body.menu-open {
padding-inline-end: var(--pf-c-masthead--PaddingRight, var(--pf-c-masthead--inset, 24px));
padding-block: 8px;
color: white;
background: var(--pf-theme--color--accent, #0066cc);
background: black;
}

.logo-bar > a {
Expand Down Expand Up @@ -262,7 +262,6 @@ body.menu-open {
main {
grid-area: body;
display: grid;
grid-template-rows: min-content 1fr;
height: 100%;
width: 100%;
max-height: calc(100vh - var(--pf-demo-header-height));
Expand Down

0 comments on commit 5f1f462

Please sign in to comment.